Skip to content

Commit 993901b

Browse files
committed
fix ci
1 parent d58ccd7 commit 993901b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/civ2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
PGPASSWORD: postgres
154154
PGDATABASE: postgres
155155
volumes:
156-
- $GITHUB_WORKSPACE:/opt/src/
156+
- ${{ github.workspace }}:/opt/src/
157157
services:
158158
pg:
159159
image: ghcr.io/stac-utils/pgstac-base:${{ needs.check-pgstac-base.outputs.pgstac-image-hash }}
@@ -176,7 +176,7 @@ jobs:
176176
path: /tmp/wheels
177177
- name: Install pypgstac
178178
run: |
179-
cd $GITHUB_WORKSPACE/src/pypgstac
179+
cd /opt/src/pypgstac
180180
pwd
181181
ls
182182
source /venv/bin/activate

0 commit comments

Comments
 (0)