Skip to content

Commit 25fd8fa

Browse files
committed
FIX: Minimal
1 parent e83e4c8 commit 25fd8fa

2 files changed

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

0 commit comments

Comments
 (0)