Skip to content

Commit

Permalink
Update .github/workflows/run-tests.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Stavros Ntentos <[email protected]>
  • Loading branch information
Pierre-Sassoulas and stdedos committed Oct 15, 2023
1 parent b80fe43 commit 4f06921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
FORCE_COLOR: 1
PYTEST_CI_ARGS: --cov-report=xml --cov-report=html --junitxml=test_artifacts/test_report.xml --color=yes
run: tox --skip-missing-interpreters=true
run: tox

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 4f06921

Please sign in to comment.