Skip to content

Commit

Permalink
upgrade setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
ccataalin authored Jul 31, 2024
1 parent 2b4bde0 commit 0f0daf5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-types-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

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

- name: Install Python deps
run: pip install setuptools==65.5.0 wheel==0.38.0 -r requirements.txt -r dev-requirements.txt -e.
run: pip install -r requirements.txt -r dev-requirements.txt -e.

- name: Install node deps
run: npm ci
Expand Down

0 comments on commit 0f0daf5

Please sign in to comment.