Skip to content

Commit 4f06921

Browse files
Update .github/workflows/run-tests.yaml
Co-authored-by: Stavros Ntentos <[email protected]>
1 parent b80fe43 commit 4f06921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
FORCE_COLOR: 1
4646
PYTEST_CI_ARGS: --cov-report=xml --cov-report=html --junitxml=test_artifacts/test_report.xml --color=yes
47-
run: tox --skip-missing-interpreters=true
47+
run: tox
4848

4949
- name: Upload coverage reports to Codecov
5050
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)