Skip to content

Commit

Permalink
Added setuptools install to mac runner
Browse files Browse the repository at this point in the history
  • Loading branch information
kglovern committed May 9, 2024
1 parent 9029eb0 commit cd16d81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ jobs:
run: |
npm install -g yarn
yarn global add node-gyp
- name: Pip setuptools
run: |
sudo -H pip install setuptools
- name: Install necessary dependencies and perform initial checks
run: |
yarn install
Expand Down

0 comments on commit cd16d81

Please sign in to comment.