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 6eadaed commit 29719e6Copy full SHA for 29719e6
.circleci/config.yml
@@ -16,8 +16,8 @@ commands:
16
name: "Setting Python Version"
17
command: |
18
cd /opt/circleci/.pyenv/plugins/python-build/../.. && git pull && cd -
19
- pyenv install -v 3.9.0
20
- pyenv global 3.9.0
+ pyenv install -v 3.7.9
+ pyenv global 3.7.9
21
install-singularity-requirements:
22
steps:
23
- run:
0 commit comments