diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41748a953..6be91c238 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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