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 3da1b27 commit ee36626
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-types-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

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

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

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

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

Expand Down

0 comments on commit ee36626

Please sign in to comment.