Skip to content

Commit 6d9985a

Browse files
committed
fix ci
1 parent 82bc351 commit 6d9985a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/civ2.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,12 @@ jobs:
182182
export
183183
ls /venv
184184
source /venv/bin/activate
185+
echo "venv activated"
185186
uv pip install --offline --find-links /tmp/wheels pypgstac
186-
- name: Run tests
187-
run: |
188-
source /venv/bin/activate
187+
echo "pypgstac installed from wheel"
189188
/scripts/test
189+
echo "tests completed"
190+
190191
191192
# linux_x86_64:
192193
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)