File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,7 +149,11 @@ jobs:
149149 - run : bash ./tools/github_actions_verify_python.sh "${{ matrix.python }}"
150150 - run : bash ./tools/github_actions_dependencies.sh
151151 timeout-minutes : 10
152- - run : python ./tools/github_actions_check_old_env.py
152+ - name : Run MNE-Tools action
153+ uses : tsbinns/mne-tools/actions/check-environment@add_tools
154+ with :
155+ project-root : ${{ github.workspace }}
156+ groups : lockfile_extras
153157 if : matrix.kind == 'old'
154158 # Minimal commands on Linux (macOS stalls)
155159 - uses : actions/cache@v5.0.5
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ elif [[ "${MNE_CI_KIND}" == "old" ]]; then
2929 STD_ARGS=" --progress-bar off"
3030 echo " ::group::Syncing old environment dependencies from lockfile using uv"
3131 uv pip sync ${SCRIPT_DIR} /pylock.ci-old.toml
32- uv pip install pip tomlkit ${MNE_QT_BACKEND}
32+ uv pip install pip ${MNE_QT_BACKEND}
3333 echo " ::endgroup::"
3434elif [[ " ${MNE_CI_KIND} " == " pip-ft" ]]; then
3535 # This one is free-threaded so can't have PySide6/PyQt6 as of 2026/06/16
You can’t perform that action at this time.
0 commit comments