Skip to content

Commit

Permalink
install wheel and specific versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ccataalin authored Jul 31, 2024
1 parent 7531167 commit 2b4bde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-types-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

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

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

0 comments on commit 2b4bde0

Please sign in to comment.