github actions are broken on linux
env.
#3656
mabdullahadeel
started this conversation in
General
Replies: 1 comment 4 replies
-
See psf/black#2966 It should be fixed in black version 22.3 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Apparently, GitHub actions are broken currently because of
black
or its dependencyclick
throwing errors.On windows,
pre-commit
is working fine.On macOS,
pre-commit
is working fine as well.But on Linux, (I have tested both on local ~>
ubuntu20.04
and thetest
job is also not passing (ci.yml
). Along with that, tests running inside the docker containers are also failing.If anyone knows the root cause or any temporary fix. Please mention.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions