Skip to content

Commit

Permalink
.github: expand tests to 3.10 (#878)
Browse files Browse the repository at this point in the history
commit-id:f6e07bbf
  • Loading branch information
dhalperi authored Feb 17, 2023
1 parent e4f7046 commit 8e9adb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reusable-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
python-version: ${{ matrix.python_version }}
- name: Run tests
run: |
pip install --upgrade pip wheel
pip install -e .[dev]
pytest tests
- name: codecov
Expand All @@ -99,6 +100,7 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
integration_tests:
runs-on: ubuntu-latest
needs:
Expand Down Expand Up @@ -147,6 +149,7 @@ jobs:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
doc_tests:
runs-on: ubuntu-latest
needs:
Expand Down

0 comments on commit 8e9adb5

Please sign in to comment.