We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6397e85 commit 8ec38ddCopy full SHA for 8ec38dd
.github/workflows/testslurm.yml
@@ -22,7 +22,7 @@ jobs:
22
# Have image running in background
23
docker run `bash <(curl -s https://codecov.io/env)` -itd -h ernie --name slurm -v `pwd`:/pydra -e NO_ET=$NO_ET $DOCKER_IMAGE
24
- name: Update python
25
- run: docker exec slurm bash -c "conda install python==3.7.16"
+ run: docker exec slurm bash -c "conda install python==3.8.15"
26
- name: Display previous jobs with sacct
27
run: |
28
echo "Allowing ports/daemons time to start" && sleep 10
0 commit comments