Skip to content

Commit d508896

Browse files
committed
Update pip in CI to solve 3.6 Safety issue
1 parent 508b547 commit d508896

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
@@ -18,6 +18,7 @@ jobs:
1818
- run:
1919
name: Install Dependencies
2020
command: |
21+
pip install --upgrade pip
2122
pip install poetry --user --upgrade
2223
poetry config virtualenvs.in-project true
2324
poetry install

0 commit comments

Comments
 (0)