Skip to content

Commit

Permalink
Add setup tools installation for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Mar 8, 2024
1 parent 789c02b commit 319e19c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
run: |
echo "C:\Program Files\Git\usr\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
echo "C:\Program Files\Git\mingw64\libexec\git-core" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: install setup tools
if: runner.os == 'macOS'
run: |
sudo -H pip install setuptools
- run: npm ci
- run: npm run lint
- run: npm test
Expand Down

0 comments on commit 319e19c

Please sign in to comment.