Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronearlerichardson committed Apr 22, 2024
1 parent f91fbb2 commit 7dbfde7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/Python-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,10 @@ jobs:
**/setup.py
**/requirements.txt
**/pyproject.toml
- if: ${{ matrix.os == 'windows-latest' }}
run: |
python -m venv test
source test/Scripts/Activate
python -m pip install --upgrade pip setuptools wheel cython
pip install . -v -U
- if: ${{ matrix.os != 'windows-latest' }}
run: |
- run: |
python -m pip install --upgrade pip
pip install . -v
working-directory: .
# Check Qt on non-notebook
- run: ./.github/check_qt_import.sh $MNE_QT_BACKEND
if: ${{ env.MNE_QT_BACKEND != '' }}
Expand Down

0 comments on commit 7dbfde7

Please sign in to comment.