Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ageiss2 committed Dec 4, 2024
1 parent 90fce7f commit fb23622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cd tests
pytest . --ignore-glob=test_gui*.py --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov=com --cov-report=xml
- name: Upload pytest test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pytest-results-${{ matrix.python-version }}
path: /home/runner/work/extrap/extrap/tests/junit/test-results-${{ matrix.python-version }}.xml
Expand Down

0 comments on commit fb23622

Please sign in to comment.