Replies: 1 comment 2 replies
|
I note that this is also affecting automated builds eg https://github.com/iamjackg/md2cf/actions/runs/5053801589/jobs/9068013126 There seems to be a change in what's happening to We can potentially fix this by pinning the version of pip, but it'd be nice to figure out if this is a bug in pip or something that can be fixed here... |
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.
When running
pytest, I gotSo I had to add
to
pytest.ini.I assume this isn't expected, are there some docs I should read? ta
All reactions