Skip to content

Commit e43bab7

Browse files
committed
chore: verify before source activate
1 parent 5f00c24 commit e43bab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integ-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
cd src/python
5353
uv venv
54-
source .venv/bin/activate
54+
if [ -f .venv/bin/activate ]; then source .venv/bin/activate; else echo "Virtual environment activation failed" && exit 1; fi
5555
cd ../..
5656
./e2e_tests/run_integ_test.sh
5757
timeout-minutes: 20

0 commit comments

Comments
 (0)