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 6de6af3 commit ac98670
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/civ2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ jobs:
name: test
needs: [buildpg, linux_x86_64]
runs-on: ubuntu-latest
env:
UV_SYSTEM_PYTHON: 1
services:
postgres:
image: ghcr.io/stac-utils/pgstac-postgres:latest
Expand Down Expand Up @@ -210,7 +212,8 @@ jobs:
- name: Install pypgstac
run: |
cd /home/runner/work/pgstac/pgstac/src/pypgstac
uv pip install --system psycopg[binary] psycopg-pool
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 --offline --find-links /tmp/wheels pypgstac
Expand Down

0 comments on commit ac98670

Please sign in to comment.