There was an error while loading. Please reload this page.
1 parent 8ecffe0 commit ae21efcCopy full SHA for ae21efc
1 file changed
.github/workflows/idefix-ci-jobs.yml
@@ -226,7 +226,7 @@ jobs:
226
- name: Pydefix
227
run: |
228
python3 -m venv $IDEFIX_DIR/test/IO/pydefix/env
229
- source $IDEFIX_DIR/test/IO/pydefix/env/activate
+ source $IDEFIX_DIR/test/IO/pydefix/env/bin/activate
230
python3 -m pip install -r $IDEFIX_DIR/test/IO/pydefix/python_requirements.txt
231
scripts/ci/run-tests $IDEFIX_DIR/test/IO/pydefix -all $TESTME_OPTIONS
232
0 commit comments