Skip to content

Commit 4685997

Browse files
committed
fix(circle): update pip
1 parent 6fa9b75 commit 4685997

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
command: |
2929
pyenv global 3.5.2
3030
virtualenv venv
31+
pip install -U pip
3132
pip install -r /tmp/src/templateflow/requirements.txt
3233
pip install datalad
3334
pip install "setuptools>=27.0" twine

0 commit comments

Comments
 (0)