Skip to content

Commit

Permalink
FIX: Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 18, 2024
1 parent 6e7ecd6 commit a5a772a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
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' and startsWith(matrix.os, 'macos')
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
Expand Down

0 comments on commit a5a772a

Please sign in to comment.