We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6698a5a commit 8ecffe0Copy full SHA for 8ecffe0
.github/workflows/idefix-ci-jobs.yml
@@ -225,9 +225,9 @@ jobs:
225
run: scripts/ci/run-tests $IDEFIX_DIR/test/IO/dump -all $TESTME_OPTIONS
226
- name: Pydefix
227
run: |
228
- python -m venv $IDEFIX_DIR/test/IO/pydefix/env
+ python3 -m venv $IDEFIX_DIR/test/IO/pydefix/env
229
source $IDEFIX_DIR/test/IO/pydefix/env/activate
230
- python -m pip install -r $IDEFIX_DIR/test/IO/pydefix/python_requirements.txt
+ 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
233
- name: xdmf
0 commit comments