Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bitner committed Nov 7, 2024
1 parent 6df0d1e commit 951cd0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/civ2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ jobs:
path: /tmp/wheels
- name: Install pypgstac
run: |
ls /
ls /opt/
ls /src/
. /venv/bin/activate && echo "venv activated"
uv pip install --offline --find-links /tmp/wheels pypgstac && echo "pypgstac installed from wheel"
/scripts/test && echo "tests completed"
Expand Down

0 comments on commit 951cd0c

Please sign in to comment.