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 82bc351 commit 6d9985a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/civ2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,12 @@ jobs:
export
ls /venv
source /venv/bin/activate
echo "venv activated"
uv pip install --offline --find-links /tmp/wheels pypgstac
- name: Run tests
run: |
source /venv/bin/activate
echo "pypgstac installed from wheel"
/scripts/test
echo "tests completed"
# linux_x86_64:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 6d9985a

Please sign in to comment.