Skip to content

Commit

Permalink
Unit tests use release instead of dev version of MNE
Browse files Browse the repository at this point in the history
  • Loading branch information
john-veillette committed Jul 20, 2023
1 parent 1391881 commit a4e9b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: 3.8
- name: Generate coverage report
run: |
pip install -U https://github.com/mne-tools/mne-python/archive/main.zip
pip install mne
pip install pytest
pip install pytest-cov
pytest --cov=./ --cov-report=xml
Expand Down

0 comments on commit a4e9b96

Please sign in to comment.