Skip to content

Commit 0a42c79

Browse files
committed
fix ci
1 parent 951cd0c commit 0a42c79

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,8 +179,11 @@ jobs:
179179
path: /tmp/wheels
180180
- name: Install pypgstac
181181
run: |
182+
echo "ls /"
182183
ls /
184+
echo "ls /opt/"
183185
ls /opt/
186+
echo "ls /src/"
184187
ls /src/
185188
. /venv/bin/activate && echo "venv activated"
186189
uv pip install --offline --find-links /tmp/wheels pypgstac && echo "pypgstac installed from wheel"

0 commit comments

Comments
 (0)