Skip to content

Commit

Permalink
Testing mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jun 8, 2024
1 parent 3114407 commit 527ad37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -7,7 +7,7 @@ on:

jobs:
deploy-on-mac:
runs-on: macos-13
runs-on: macos-latest
# not using macos-latest because that runner is an arm64 mac and there are issues
# building and deploying with sonpy (Spike2RecordingInterface) on arm64 mac

Expand Down
2 changes: 1 addition & 1 deletion environments/environment-MAC-apple-silicon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- flask == 2.3.2
- flask-cors == 4.0.0
- flask_restx == 1.1.0
- neuroconv[full] >= 0.4.10
- neuroconv @ git+https://github.com/catalystneuro/neuroconv.git@main#neuroconv[full]
- dandi >= 0.60.0
- pytest == 7.4.0
- pytest-cov == 4.1.0
Expand Down

0 comments on commit 527ad37

Please sign in to comment.