Skip to content

Commit

Permalink
TST: Send in the old one
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Aug 13, 2024
1 parent 1adf923 commit 698117f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
- run: ./tools/check_installation.sh

test_windows:
needs: [build_windows]
# needs: [build_windows]
name: Test (${{ matrix.os }})
strategy:
fail-fast: false
Expand All @@ -201,11 +201,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: ./tools/extract_version.sh
- uses: actions/download-artifact@v4
with:
name: ${{ env.MNE_INSTALLER_ARTIFACT_ID }}
# https://docs.anaconda.com/anaconda/install/silent-mode.html#windows
- run: .\%MNE_INSTALLER_NAME% /S /InstallationType=JustMe /AddToPath=1
# TODO: RESTORE THESE LINES AND THE "NEEDS" ABOVE
# - uses: actions/download-artifact@v4
# with:
# name: ${{ env.MNE_INSTALLER_ARTIFACT_ID }}
# # https://docs.anaconda.com/anaconda/install/silent-mode.html#windows
# - run: .\%MNE_INSTALLER_NAME% /S /InstallationType=JustMe /AddToPath=1
- run: curl -O https://github.com/mne-tools/mne-installers/releases/download/v1.7.1/MNE-Python-1.7.1_0-Windows.exe
- run: .\MNE-Python-1.7.1_0-Windows.exe /S /InstallationType=JustMe /AddToPath=1
timeout-minutes: 30
shell: cmd
- run: ./tools/export_frozen_env_def.sh
Expand Down

0 comments on commit 698117f

Please sign in to comment.