Skip to content

Commit ef6b5e7

Browse files
committed
ci: no-binary for rasterio in pre-release
1 parent f330e50 commit ef6b5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Update
9393
run: scripts/update
9494
- name: Install pre-release versions of rasterio and pystac
95-
run: pip install -U --pre pystac rasterio
95+
run: pip install -U --pre pystac rasterio --no-binary rasterio
9696
- name: Run tests
9797
run: scripts/test
9898
codecov:

0 commit comments

Comments
 (0)