Skip to content

Commit 73b1cf3

Browse files
authored
fix: set python 3.9 to be global
1 parent 5499861 commit 73b1cf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/testslurm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
docker exec slurm bash -c "echo $NO_ET"
3636
docker exec slurm bash -c "ls -la && echo list top level dir"
3737
docker exec slurm bash -c "ls -la /pydra && echo list pydra dir"
38+
docker exec slurm bash -c "pyenv global 3.9.16"
3839
docker exec slurm bash -c "pip3.9 install --upgrade pip && pip3.9 install -e /pydra[test] && python3.9 -c 'import pydra; print(pydra.__version__)'"
3940
- name: Run pytest
4041
run: |

0 commit comments

Comments
 (0)