Failure of non-linux draft tests #1973
Closed
purva-thakre
started this conversation in
General
Replies: 2 comments 1 reply
-
It looks like these failures are related to the "draft" workflow that @Aaron-Robertson added. I would personally convert the PR out of draft mode to get "regular" CI running. This might be something Aaron wants to look into. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Issue seems to have fixed itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a WIP PR. I know it is failing 'validate' because I have ignored to account for type checking.
Even then, all of the non-linux Windows tests are failing with a similar message across all of them. Is this unrelated to the PR and should be ignored for now?
https://github.com/unitaryfund/mitiq/actions/runs/5959506725/job/16165346786?pr=1963
https://github.com/unitaryfund/mitiq/actions/runs/5959506725/job/16165346846?pr=1963
https://github.com/unitaryfund/mitiq/actions/runs/5959506725/job/16165346917?pr=1963
https://github.com/unitaryfund/mitiq/actions/runs/5959506725/job/16165347000?pr=1963
Edit: Tried a bunch of different
fetch depth
options. All of them led to the Windows draft build failing. Why does the build for mac pass but fail for windows?Edit2: If
fetch_depth = 2
, mac build passes but windows build fails. Iffetch_depth = 0
, windows build passes while mac build fails. I think this is unrelated to my current PR.I followed this answer on StackOverflow to set
fetch_depth = 0
.Beta Was this translation helpful? Give feedback.
All reactions