We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6440409 commit 0449fcbCopy full SHA for 0449fcb
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
java-version: '11'
34
distribution: 'temurin'
35
- - run: pip3 install setuptools
+ - run: brew install python-setuptools
36
- run: npm run setup
37
- run: npm run test
38
- name: Upload coverage report to Codecov
0 commit comments