Fix Python Checking Errors #18371
Answered
by
brettcannon
Harry-Hopkinson
asked this question in
Q&A
-
The new github actions checks for requirements.txt but can not find the file. Does anyone know how to fix this checks. |
Beta Was this translation helpful? Give feedback.
Answered by
brettcannon
Jan 26, 2022
Replies: 2 comments
-
I have fixed it in this PR #18372 |
Beta Was this translation helpful? Give feedback.
0 replies
-
This was fixed by 1dacc0f (I forgot that workflow did a checkout into a special directory and actions are not run in the directory specified by the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
brettcannon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was fixed by 1dacc0f (I forgot that workflow did a checkout into a special directory and actions are not run in the directory specified by the
working-directory
setting).