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 b59e82f commit 392d7c2
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 @@ -180,7 +180,7 @@ jobs:
- name: Install pypgstac
working-directory: /__w/pgstac/pgstac/src/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 uv pip install pypgstac @ $i; done
- name: Run tests
working-directory: /__w/pgstac/pgstac/docker/pypgstac/bin
Expand Down

0 comments on commit 392d7c2

Please sign in to comment.