Skip to content

Commit

Permalink
Fix osx python
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Nov 7, 2023
1 parent 9265bd7 commit 185e112
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
- name: Install Modules
run: npm ci

- name: Fix Python
if: matrix.os == 'macos-11'
run: pip install setuptools

- name: Build Current Binary
run: npm run build

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
- name: Install Modules
run: npm ci

- name: Fix Python
if: matrix.os == 'macos-11'
run: pip install setuptools

- name: Build Current Binary
run: npm run build

Expand Down

0 comments on commit 185e112

Please sign in to comment.