Skip to content

Commit

Permalink
ci(circle-ci): upgrade pip before installing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-W committed Oct 18, 2023
1 parent 9f25ae3 commit b48e53e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ jobs:
sudo apt-get install libsasl2-dev
- run:
name: Install Dependencies
command: pip install -U -e .[all,mypy]
command: |
pip install -U pip
pip install -U -e .[all,mypy]
- run:
name: Run Mypy
command: |
Expand Down

0 comments on commit b48e53e

Please sign in to comment.