Skip to content

Commit

Permalink
install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
ccataalin authored Jul 31, 2024
1 parent ffcafe9 commit 9df58b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-types-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install setuptools
run: pip install -U setuptools
- name: Install python deps
run: pip install -r requirements.txt -r dev-requirements.txt -e.
- name: Install node deps
Expand Down

0 comments on commit 9df58b4

Please sign in to comment.