Skip to content

Commit

Permalink
Don't try to retrieve environment JSON for M1 build (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger authored Jul 28, 2022
1 parent 948444b commit 59ca501
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -475,10 +475,14 @@ jobs:
with:
name: MNE-Python-macOS-arm64

- name: Download macOS M1 json
uses: actions/download-artifact@v3
with:
name: MNE-Python-macOS-arm64-json
# We don't have a JSON, as this is only produced upon successful
# installation. Since we don't have an Apple Silicon runner on GHA,
# disable this for now.
#
# - name: Download macOS M1 json
# uses: actions/download-artifact@v3
# with:
# name: MNE-Python-macOS-arm64-json

- name: Check contents
shell: bash -el {0}
Expand Down

0 comments on commit 59ca501

Please sign in to comment.