Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
now uses release version of MNE for testing, and updates python for testing to 3.9
  • Loading branch information
john-veillette authored Feb 6, 2024
1 parent 7f63df4 commit 5de0456
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
env:
OS: ${{ matrix.os }}
PYTHON: '3.8'
PYTHON: '3.9'
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.8
python-version: 3.9
- name: Generate coverage report
run: |
pip install -U https://github.com/mne-tools/mne-python/archive/main.zip
pip install mne
pip install pymatreader
pip install mne[data]
pip install nilearn
Expand Down

0 comments on commit 5de0456

Please sign in to comment.