Replies: 1 comment 2 replies
-
Hi @qci-amos, Hmm that's strange. pytest returns 1 at this point: Lines 324 to 325 in cd49075 And is increased only here, when a test reports a failure: Lines 520 to 521 in cd49075 However we don't see anything in the output to indicate that. Any chance that
You can just run
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a set of pytests that I want to run from a Github Action. I've configured my workflow to include this:
and set it to run in a matrix:
The tests pass on ubuntu. In Windows though, I get:
How is this even possible -- that everything would pass (and ubuntu passes) but when run on Windows has a non-zero exit code?
Unfortunately, given that this is in a remote server, it's not straight forward to prepare a
pip list
.Beta Was this translation helpful? Give feedback.
All reactions