fix windows tests

This commit is contained in:
Sina Atalay
2023-10-12 19:42:15 +02:00
parent fa7269fc85
commit 3ef0915fc2
3 changed files with 375 additions and 378 deletions

View File

@@ -39,7 +39,6 @@ jobs:
run: |
pip install pytest pytest-cov
pytest --cov-report html --cov="." tests/
continue-on-error: true
- name: Upload coverage data to smokeshow
if: ${{matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'}} # upload coverage once
run: |