File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,9 +141,9 @@ jobs:
141141 if : ${{ !startswith(matrix.kind, 'pip') }}
142142 - run : bash ./tools/github_actions_dependencies.sh
143143 # Minimal commands on Linux (macOS stalls)
144- # - run: bash ./tools/get_minimal_commands.sh
145- # if: startswith(matrix.os, 'ubuntu') && matrix.kind != 'minimal' && matrix.kind != 'old'
146- # - run: bash ./tools/github_actions_infos.sh
144+ - run : bash ./tools/get_minimal_commands.sh
145+ if : startswith(matrix.os, 'ubuntu') && matrix.kind != 'minimal' && matrix.kind != 'old'
146+ - run : bash ./tools/github_actions_infos.sh
147147 # Check Qt
148148 - run : bash ./tools/check_qt_import.sh $MNE_QT_BACKEND
149149 if : env.MNE_QT_BACKEND != ''
Original file line number Diff line number Diff line change @@ -96,14 +96,14 @@ stages:
9696 ./tools/setup_xvfb.sh
9797 sudo apt install -yq tcsh
9898 displayName: 'Install Ubuntu dependencies'
99- # - bash: |
100- # source tools/get_minimal_commands.sh
101- # displayName: 'Install minimal commands'
102- # - bash: |
103- # echo $PATH
104- # mne_surf2bem --version
105- # fsl_rigid_register --version
106- # displayName: 'Test minimal commands'
99+ - bash : |
100+ source tools/get_minimal_commands.sh
101+ displayName: 'Install minimal commands'
102+ - bash : |
103+ echo $PATH
104+ mne_surf2bem --version
105+ fsl_rigid_register --version
106+ displayName: 'Test minimal commands'
107107 - task : UsePythonVersion@0
108108 inputs :
109109 versionSpec : ' 3.12'
You can’t perform that action at this time.
0 commit comments