You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Since the release of tox-gh-actions 3.0.0 the qpsolvers project has been experiencing Windows CI issues qpsolvers/qpsolvers#141. The symptom is:
py37-windows: commands[7]> coverage report --include=\"qpsolvers/*\"
No data to report.
Which makes the CI fail. Version-pinning tox-gh-actions to 2.12.0 removes the symptom, as done e.g. in this job.
Actually the cure seems to come from tox being downgraded from >=4 to 3.28.0. This job was successful by version-pinning tox to 3.28.0, with no version pin on tox-gh-actions (that is, it installed tox==3.28.0 and tox_gh_actions-3.0.0).
Describe the bug
Since the release of tox-gh-actions 3.0.0 the qpsolvers project has been experiencing Windows CI issues qpsolvers/qpsolvers#141. The symptom is:
Which makes the CI fail. Version-pinning tox-gh-actions to 2.12.0 removes the symptom, as done e.g. in this job.
To Reproduce
Expected behavior
Successful coverage report generation.
Additional context
windows-latest
images (ubuntu-latest
andmacos-latest
images work fine).tox-4.0.16
andtox_gh_actions-2.12.0
.tox-3.28.0
andtox_gh_actions-2.12.0
.The text was updated successfully, but these errors were encountered: