Skip to content

Commit 8ecffe0

Browse files
committed
switch to python3
1 parent 6698a5a commit 8ecffe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ jobs:
225225
run: scripts/ci/run-tests $IDEFIX_DIR/test/IO/dump -all $TESTME_OPTIONS
226226
- name: Pydefix
227227
run: |
228-
python -m venv $IDEFIX_DIR/test/IO/pydefix/env
228+
python3 -m venv $IDEFIX_DIR/test/IO/pydefix/env
229229
source $IDEFIX_DIR/test/IO/pydefix/env/activate
230-
python -m pip install -r $IDEFIX_DIR/test/IO/pydefix/python_requirements.txt
230+
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
233233
- name: xdmf

0 commit comments

Comments
 (0)