diff --git a/.github/workflows/civ2.yml b/.github/workflows/civ2.yml index 9e0a40da..03eeb3e3 100644 --- a/.github/workflows/civ2.yml +++ b/.github/workflows/civ2.yml @@ -182,11 +182,12 @@ jobs: export ls /venv source /venv/bin/activate + echo "venv activated" uv pip install --offline --find-links /tmp/wheels pypgstac - - name: Run tests - run: | - source /venv/bin/activate + echo "pypgstac installed from wheel" /scripts/test + echo "tests completed" + # linux_x86_64: # runs-on: ubuntu-latest