diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 197651345..aabb0e5fd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,9 +56,6 @@ jobs: create-args: >- python=${{ matrix.python }} if: matrix.kind == 'conda' - # For some reason both qt6 and qt6 get installed on macOS - - run: conda remove -y qt5-libs - if: matrix.kind == 'conda' && startsWith(matrix.os, 'macos') - run: pip install -r requirements_testing.txt - run: git clone https://github.com/mne-tools/mne-python - run: pip install --upgrade --pre -e ./mne-python git+https://github.com/nilearn/nilearn