Skip to content

Commit

Permalink
Update Build-and-deploy-mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Sep 12, 2023
1 parent c3658e7 commit e3d9eff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Build-and-deploy-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Install package.json modules and their dependencies
run: npm install --ignore-scripts

- if: matrix.os == 'macos-latest'
run: rm -f /usr/local/miniconda/envs/nwb-guide/lib/python3.9/site-packages/sonpy/linux/sonpy.so

- uses: apple-actions/import-codesign-certs@v1
with:
# https://developer.apple.com/account/resources/certificates/add
Expand All @@ -56,5 +59,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
appleId: ${{ secrets.APPLE_ID }} # currently this is set to Ryan's Apple ID and password
appleIdPassword: ${{ secrets.APPLE_PASSWORD }}
run: |
npm run deploy:mac
run: npm run deploy:mac

0 comments on commit e3d9eff

Please sign in to comment.