Skip to content

Commit

Permalink
Install setuptools in CI for MacOS (#2530)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyme authored Apr 24, 2024
1 parent c9f72c4 commit 7fba17d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- if: matrix.platform == 'macos-latest'
run: brew install python-setuptools
- run: npm run setup
- run: npm run test
- name: Upload coverage report to Codecov
Expand Down

0 comments on commit 7fba17d

Please sign in to comment.