Skip to content

Commit ae21efc

Browse files
committed
fix activate path
1 parent 8ecffe0 commit ae21efc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/idefix-ci-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
- name: Pydefix
227227
run: |
228228
python3 -m venv $IDEFIX_DIR/test/IO/pydefix/env
229-
source $IDEFIX_DIR/test/IO/pydefix/env/activate
229+
source $IDEFIX_DIR/test/IO/pydefix/env/bin/activate
230230
python3 -m pip install -r $IDEFIX_DIR/test/IO/pydefix/python_requirements.txt
231231
scripts/ci/run-tests $IDEFIX_DIR/test/IO/pydefix -all $TESTME_OPTIONS
232232

0 commit comments

Comments
 (0)