From 29af17248ba11657a778f88a0d60f4d9f2069747 Mon Sep 17 00:00:00 2001 From: David W Bitner Date: Thu, 7 Nov 2024 15:13:44 -0600 Subject: [PATCH] fix ci --- .github/workflows/civ2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/civ2.yml b/.github/workflows/civ2.yml index 4e24246c..605107a6 100644 --- a/.github/workflows/civ2.yml +++ b/.github/workflows/civ2.yml @@ -181,7 +181,7 @@ jobs: ls / export ls /venv/bin - source /venv/bin/activate + . /venv/bin/activate echo "venv activated" uv pip install --offline --find-links /tmp/wheels pypgstac echo "pypgstac installed from wheel"