Skip to content

Commit 3fc96c0

Browse files
committed
WIP: Test [actions ssh] [skip circle] [skip azp]
1 parent e4e38c3 commit 3fc96c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Setup Remote SSH Connection
109109
if: env.ENABLE_SSH == 'true'
110110
uses: mxschmitt/action-tmate@v3
111-
timeout-minutes: 60
111+
timeout-minutes: 80
112112
with:
113113
detached: true
114114
- run: ./tools/github_actions_env_vars.sh

tools/github_actions_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [ ! -z "$CONDA_ENV" ]; then
2121
STD_ARGS="--progress-bar off"
2222
fi
2323
elif [[ "${MNE_CI_KIND}" == "pip" ]]; then
24-
INSTALL_KIND="full-pyside6"
24+
INSTALL_KIND="full-pyside6,test_extra,hdf5"
2525
else
2626
test "${MNE_CI_KIND}" == "pip-pre"
2727
STD_ARGS="$STD_ARGS --pre"

0 commit comments

Comments
 (0)