Skip to content

Commit 29af172

Browse files
committed
fix ci
1 parent 78acb73 commit 29af172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/civ2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
ls /
182182
export
183183
ls /venv/bin
184-
source /venv/bin/activate
184+
. /venv/bin/activate
185185
echo "venv activated"
186186
uv pip install --offline --find-links /tmp/wheels pypgstac
187187
echo "pypgstac installed from wheel"

0 commit comments

Comments
 (0)