From 6d9985ac70a2e877edb5ad3cf383af83c8171c4c Mon Sep 17 00:00:00 2001 From: David W Bitner Date: Thu, 7 Nov 2024 15:06:38 -0600 Subject: [PATCH] fix ci --- .github/workflows/civ2.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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