Skip to content

Commit

Permalink
ci: macos no initial dependency build
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamScience committed Nov 10, 2024
1 parent 5e50ec7 commit 4b13f6f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,10 @@ jobs:
- run: pip3 install setuptools
env:
PYTHON: '${{ steps.py.outputs.python-path }}'
- name: Set macOS Build Environment
if: ${{ matrix.os == 'macos-latest' }}
run: |
export AR=/usr/bin/ar
- run: npm rebuild
- run: npm install --ignore-scripts
env:
NODE_GYP_FORCE_PYTHON: '${{ steps.py.outputs.python-path }}'
- run: npm install
- run: npm rebuild
env:
NODE_GYP_FORCE_PYTHON: '${{ steps.py.outputs.python-path }}'
- run: npm test
Expand Down

0 comments on commit 4b13f6f

Please sign in to comment.