Skip to content

Commit

Permalink
Test Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mesca committed Oct 3, 2021
1 parent 7f3839d commit 28f7bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: [3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand All @@ -38,4 +38,4 @@ jobs:
- name: Test code
run: |
pip install pytest pytest-cov
pytest --cov=$PACKAGE -k "not mne"
pytest --cov=$PACKAGE

0 comments on commit 28f7bbb

Please sign in to comment.