Skip to content

Commit 29719e6

Browse files
committed
⬇️ Match Python version in CI to version in container (3.7.9)
> we had to skip some tests in Python 3.8 due to changes in how multiprocessing works: nipy/nipype#3154 > I'm not sure whether Nipype will work in general after Python 3.7. ― @effigies, https://mattermost.brainhack.org/brainhack/pl/kxjyek8wk3nwjmcrdyw969kfde
1 parent 6eadaed commit 29719e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ commands:
1616
name: "Setting Python Version"
1717
command: |
1818
cd /opt/circleci/.pyenv/plugins/python-build/../.. && git pull && cd -
19-
pyenv install -v 3.9.0
20-
pyenv global 3.9.0
19+
pyenv install -v 3.7.9
20+
pyenv global 3.7.9
2121
install-singularity-requirements:
2222
steps:
2323
- run:

0 commit comments

Comments
 (0)