Skip to content

Commit d7d6847

Browse files
committed
FIX: Cleanup
1 parent 01539a3 commit d7d6847

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tools/github_actions_dependencies.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ if [ ! -z "$CONDA_ENV" ]; then
1111
echo "::group::Uninstalling MNE"
1212
conda remove -c conda-forge --force -y mne-base
1313
echo "::endgroup::"
14-
# If using bare environment.yml and not on windows, do a non-editable install
15-
if [[ "${RUNNER_OS}" != "Windows" ]] && [[ "${CONDA_ENV}" != "environment_"* ]]; then
14+
# If not on windows, do a non-editable install
15+
if [[ "${RUNNER_OS}" != "Windows" ]]; then
1616
INSTALL_ARGS=""
1717
fi
18-
# If on minimal, just install testing deps
1918
GROUP="test_extra"
2019
EXTRAS="[hdf5]"
2120
elif [[ "${MNE_CI_KIND}" == "minimal" ]]; then

0 commit comments

Comments
 (0)