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 30, 2024
1 parent ac98670 commit 3ed1e3c
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 @@ -215,7 +215,7 @@ jobs:
uv python install 3.10
uv pip install psycopg[binary] psycopg-pool
uv pip compile pyproject.toml -o /tmp/requirements.txt --extra test --extra dev
uv pip install requirements.txt
uv pip install /tmp/requirements.txt
uv pip install --offline --find-links /tmp/wheels pypgstac
Expand Down

0 comments on commit 3ed1e3c

Please sign in to comment.