Skip to content

Commit 8ec38dd

Browse files
committed
attempting to upgrade the python version within the slurm container to 3.8
1 parent 6397e85 commit 8ec38dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testslurm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Have image running in background
2323
docker run `bash <(curl -s https://codecov.io/env)` -itd -h ernie --name slurm -v `pwd`:/pydra -e NO_ET=$NO_ET $DOCKER_IMAGE
2424
- name: Update python
25-
run: docker exec slurm bash -c "conda install python==3.7.16"
25+
run: docker exec slurm bash -c "conda install python==3.8.15"
2626
- name: Display previous jobs with sacct
2727
run: |
2828
echo "Allowing ports/daemons time to start" && sleep 10

0 commit comments

Comments
 (0)