mirror of
https://github.com/rendercv/rendercv.git
synced 2026-03-13 20:30:44 -04:00
fix windows tests
This commit is contained in:
1
.github/workflows/python-tests.yml
vendored
1
.github/workflows/python-tests.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user