Skip to content

Commit

Permalink
fix make gif test data bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyangkang committed May 12, 2024
1 parent cd5d07b commit 94df0a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: true
matrix:
python-version: ["3.8"]
python-version: ["3.8", "3.9", "3.10"]
steps:
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Run pytest
run: |
pytest -n 1 --cov --no-cov-on-fail --cov-report=term-missing:skip-covered --cov-report xml:coverage.xml
pytest -n auto --cov --no-cov-on-fail --cov-report=term-missing:skip-covered --cov-report xml:coverage.xml
timeout-minutes: 300 # Set the timeout to 1.5 hours for this step

- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 94df0a1

Please sign in to comment.