Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
ccataalin authored Jul 31, 2024
1 parent 30b1a48 commit fa9a5bb
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 @@ -25,10 +25,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install setuptools
run: pip install -U setuptools
# - name: Install setuptools
# run: pip install -U setuptools
- name: Install python deps
run: pip install -r requirements.txt -r dev-requirements.txt -e.
run: pip install -r requirements.txt -r dev-requirements.txt
- name: Install node deps
run: npm ci
- name: Check types
Expand Down

0 comments on commit fa9a5bb

Please sign in to comment.