From 951cd0cb174a7d433797d64fa4dc4f16c5ba89b3 Mon Sep 17 00:00:00 2001 From: David W Bitner Date: Thu, 7 Nov 2024 15:57:49 -0600 Subject: [PATCH] fix ci --- .github/workflows/civ2.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/civ2.yml b/.github/workflows/civ2.yml index 21f9c812..6c831fb1 100644 --- a/.github/workflows/civ2.yml +++ b/.github/workflows/civ2.yml @@ -179,6 +179,9 @@ jobs: path: /tmp/wheels - name: Install pypgstac run: | + ls / + ls /opt/ + ls /src/ . /venv/bin/activate && echo "venv activated" uv pip install --offline --find-links /tmp/wheels pypgstac && echo "pypgstac installed from wheel" /scripts/test && echo "tests completed"