Skip to content

Commit

Permalink
Pass conda env path
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jun 7, 2024
1 parent da3b3f2 commit 739f272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: npm install --verbose

- name: Remove bad sonpy file (might make Spike2 format unusable on Mac - should exclude from selection)
run: rm -f /usr/local/miniconda/envs/nwb-guide/lib/python3.9/site-packages/sonpy/linux/sonpy.so
run: rm -f "$(conda info --base)/envs/envs/nwb-guide/lib/python3.9/site-packages/sonpy/linux/sonpy.so"

- uses: apple-actions/import-codesign-certs@v2
with:
Expand Down

0 comments on commit 739f272

Please sign in to comment.