Skip to content

Commit 8ce8277

Browse files
committed
FIX: No minimal
1 parent 198f4bb commit 8ce8277

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 != ''

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

tools/circleci_bash_env.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ echo "set -e" >> $BASH_ENV
1212
echo "set -o pipefail" >> $BASH_ENV
1313
echo "export XDG_RUNTIME_DIR=/tmp/runtime-circleci" >> $BASH_ENV
1414
echo "export MNE_FULL_DATE=true" >> $BASH_ENV
15-
source tools/get_minimal_commands.sh
1615
echo "export MNE_3D_BACKEND=pyvistaqt" >> $BASH_ENV
1716
echo "export MNE_BROWSER_BACKEND=qt" >> $BASH_ENV
1817
echo "export MNE_BROWSER_PRECOMPUTE=false" >> $BASH_ENV

0 commit comments

Comments
 (0)