Skip to content

Commit

Permalink
WIP: Check macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 7, 2025
1 parent b231dba commit 3006644
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ jobs:
mamba
nomkl
if: ${{ !startswith(matrix.kind, 'pip') }}
# Make sure we have the right Python
- run: python -c "import platform; assert platform.machine() == 'arm64', platform.machine()"
if: matrix.os == 'macos-14'
- run: ./tools/github_actions_dependencies.sh
# Minimal commands on Linux (macOS stalls)
- run: ./tools/get_minimal_commands.sh
Expand All @@ -135,6 +132,9 @@ jobs:
path: ~/mne_data
- run: ./tools/github_actions_download.sh
- run: ./tools/github_actions_test.sh
with:
env:
MNE_IGNORE_WARNINGS_IN_TESTS: 1
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 3006644

Please sign in to comment.