You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #25455 we added isort as a dependency to all our builds. Looks like the CI was failing, and adding isort fixed the problem. Not sure what the problem is, but isort is something we should only have in environment.yml, as it's only used in ci/code_checks.sh and locally.
We should remove isort from all files in ci/deps/ and if the CI complains, find out what's the problem, and fix it.
The text was updated successfully, but these errors were encountered:
In #25455 we added
isort
as a dependency to all our builds. Looks like the CI was failing, and addingisort
fixed the problem. Not sure what the problem is, butisort
is something we should only have inenvironment.yml
, as it's only used inci/code_checks.sh
and locally.We should remove
isort
from all files inci/deps/
and if the CI complains, find out what's the problem, and fix it.The text was updated successfully, but these errors were encountered: