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,9 +96,9 @@ 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'
99+ # - bash: |
100+ # source tools/get_minimal_commands.sh
101+ # displayName: 'Install minimal commands'
102102 - bash : |
103103 echo $PATH
104104 mne_surf2bem --version
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ echo "set -e" >> $BASH_ENV
1212echo " set -o pipefail" >> $BASH_ENV
1313echo " export XDG_RUNTIME_DIR=/tmp/runtime-circleci" >> $BASH_ENV
1414echo " export MNE_FULL_DATE=true" >> $BASH_ENV
15- source tools/get_minimal_commands.sh
1615echo " export MNE_3D_BACKEND=pyvistaqt" >> $BASH_ENV
1716echo " export MNE_BROWSER_BACKEND=qt" >> $BASH_ENV
1817echo " export MNE_BROWSER_PRECOMPUTE=false" >> $BASH_ENV
You can’t perform that action at this time.
0 commit comments