Skip to content

Commit

Permalink
use latest rasterio with bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Sep 23, 2023
1 parent 2ce4d02 commit b0c6d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
mamba info
mamba list
mamba install -c conda-forge "rasterio<1.3.8" opencv numpy click tqdm pyyaml pytest pytest-cov
mamba install -c conda-forge rasterio opencv numpy click tqdm pyyaml pytest pytest-cov
mamba list
- name: Run unit tests
run: |
Expand Down

0 comments on commit b0c6d85

Please sign in to comment.