Skip to content

Commit

Permalink
ci: no-binary for rasterio in pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Feb 15, 2023
1 parent 15742ae commit f75b36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Update
run: scripts/update
- name: Install pre-release versions of rasterio and pystac
run: pip install -U --pre pystac rasterio
run: pip install -U --pre pystac rasterio --no-binary rasterio
- name: Run tests
run: scripts/test
codecov:
Expand Down

0 comments on commit f75b36c

Please sign in to comment.