Skip to content

Commit

Permalink
Install dask.
Browse files Browse the repository at this point in the history
  • Loading branch information
naschmitz committed Nov 3, 2023
1 parent b1e9319 commit 14e65a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
- name: Downgrade Xarray
run: |
pip install --force-reinstall "xarray==0.21.1"
- name: Install dask
run: |
pip install dask
- uses: 'actions/checkout@v4'
- id: 'auth'
name: 'Authenticate to Google Cloud'
Expand Down

0 comments on commit 14e65a0

Please sign in to comment.