Skip to content

Commit

Permalink
STY: syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Sep 1, 2022
1 parent 8e55c1c commit 124d431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: ${{ matrix.numpy_ver != 'latest'}}
run: |
pip install --no-binary :numpy: numpy==${{ matrix.numpy_ver }}
pip install xarray<"2022.06"
pip install "xarray<2022.06"
- name: Install standard dependencies
run: |
Expand Down

0 comments on commit 124d431

Please sign in to comment.