bandframework / surmise

A python package for surrogate models that interface with calibration and other tools
https://surmise.readthedocs.io/en/latest/
MIT License
9 stars 6 forks source link

Windows test suite verification #117

Open mosesyhc opened 1 week ago

mosesyhc commented 1 week ago

This PR serves to test if windows action runs the test suite properly.

There is an intentional error in the test suite. Locally, tox -e coverage and ./tests/run-tests.sh both report failures.

mosesyhc commented 1 week ago

@jared321 : The windows actions succeeded, and did not run the test suite at all, as you suspected. At the same time, the coverage_ubuntu action failed, verifying that running the test suite would produce a failure.

jared321 commented 1 week ago

Hmmm. I saw some talk about how using powershell in GitHub actions is different. I think that we'll have to read through the documentation more carefully to understand what is failing.