Skip to content

Commit

Permalink
Add report
Browse files Browse the repository at this point in the history
  • Loading branch information
JPXKQX committed Feb 22, 2024
1 parent f759940 commit 102a355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v3
Expand All @@ -22,4 +22,4 @@ jobs:
python -m pip install pytest
- name: Test with pytest
run: |
python -m pytest -v -s
python -m pytest -v -s --doctest-modules --junitxml=junit/test-results.xml

0 comments on commit 102a355

Please sign in to comment.