Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bitner committed Oct 31, 2024
1 parent d58ccd7 commit 993901b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/civ2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
PGPASSWORD: postgres
PGDATABASE: postgres
volumes:
- $GITHUB_WORKSPACE:/opt/src/
- ${{ github.workspace }}:/opt/src/
services:
pg:
image: ghcr.io/stac-utils/pgstac-base:${{ needs.check-pgstac-base.outputs.pgstac-image-hash }}
Expand All @@ -176,7 +176,7 @@ jobs:
path: /tmp/wheels
- name: Install pypgstac
run: |
cd $GITHUB_WORKSPACE/src/pypgstac
cd /opt/src/pypgstac
pwd
ls
source /venv/bin/activate
Expand Down

0 comments on commit 993901b

Please sign in to comment.