Skip to content

Commit

Permalink
update scripts/ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bitner committed Oct 29, 2024
1 parent c60f45c commit 42f3fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/civ2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
path: /tmp/wheels
- name: Install pypgstac
run: |
for i in /tmp/wheels/pypgstac*x86_64.whl; do uv pip install pypgstac @ $i; done
for i in /tmp/wheels/pypgstac*x86_64.whl; do echo $i; uv pip install pypgstac@$i; done
- name: Run tests
run: |
Expand Down

0 comments on commit 42f3fe6

Please sign in to comment.