Skip to content

Commit

Permalink
chore: Install setuptools explicitly
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Siches <[email protected]>
  • Loading branch information
arnau committed Apr 12, 2024
1 parent 29ae5a5 commit 4a42cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: latest
- run: python3 -m pip install setuptools
- run: npm install
- run: npm test

0 comments on commit 4a42cdc

Please sign in to comment.