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 6fa9b75 commit 4685997Copy full SHA for 4685997
.circleci/config.yml
@@ -28,6 +28,7 @@ jobs:
28
command: |
29
pyenv global 3.5.2
30
virtualenv venv
31
+ pip install -U pip
32
pip install -r /tmp/src/templateflow/requirements.txt
33
pip install datalad
34
pip install "setuptools>=27.0" twine
0 commit comments