Skip to content

Commit 951cd0c

Browse files
committed
fix ci
1 parent 6df0d1e commit 951cd0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/civ2.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ jobs:
179179
path: /tmp/wheels
180180
- name: Install pypgstac
181181
run: |
182+
ls /
183+
ls /opt/
184+
ls /src/
182185
. /venv/bin/activate && echo "venv activated"
183186
uv pip install --offline --find-links /tmp/wheels pypgstac && echo "pypgstac installed from wheel"
184187
/scripts/test && echo "tests completed"

0 commit comments

Comments
 (0)