tox: command not found #167
-
Github Actions seems to be unwilling to bow to tox somehow, not sure what I'm doing wrong. Had the same problem before without using tox-gh-actions. The worflow will start, but when it comes to tox, the log reports: tox: command not found Currently my workflow looks as follow:
And my tox.ini:
Running tox locally is working fine (MacOs Catalina 10.15.7, python 3.8.5, tox 3.20.1). |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @lennart-damen, looks like this is an issue of GitHub Actions configurations rather than tox-gh-actions. Maybe I can help a bit more but I'd like to see your configuration as is because one posted on this issue is missing indentation. Could you share a link to your repository if it's public or share the YAML file as is using triple quotes (```)? For example, on:
pull_request:
branches: [ master ] |
Beta Was this translation helpful? Give feedback.
-
ahh sorry about that, I updated my previous post :) |
Beta Was this translation helpful? Give feedback.
-
Was able to work it out, thank you for your quick response anyway! |
Beta Was this translation helpful? Give feedback.
Was able to work it out, thank you for your quick response anyway!