Skip to content

Commit

Permalink
feat: brew install only for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyme committed Apr 24, 2024
1 parent e1c1ae9 commit fad587f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- run: brew install python-setuptools
- 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 fad587f

Please sign in to comment.