Skip to content

Commit

Permalink
upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ccataalin authored Jul 31, 2024
1 parent 0f0daf5 commit 3da1b27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-types-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Upgrade SetupTools
run: pip install --upgrade setuptools

- name: Upgrade pip
run: pip install --upgrade pip

- name: Install Python deps
run: pip install -r requirements.txt -r dev-requirements.txt -e.

Expand Down

0 comments on commit 3da1b27

Please sign in to comment.