Skip to content

Commit

Permalink
Merge pull request #51 from ken-morel/ken-morel-patch-2
Browse files Browse the repository at this point in the history
Update test.yml re
  • Loading branch information
ken-morel committed Jun 5, 2024
2 parents 13b4f2e + d24546e commit 9f27a35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"

Expand All @@ -32,9 +35,6 @@ jobs:
cp ../README.md ../LICENSE ./
python -m pip install --upgrade pip setuptools
pip install -e .[ci]
- name: Lint with flake8
run: |
flake8
- name: Test with pytest
run: |
pytest --cov --cov-report term-missing:skip-covered
Expand Down

0 comments on commit 9f27a35

Please sign in to comment.