Skip to content

Conversation

@SommerChase
Copy link

@SommerChase SommerChase commented Mar 28, 2022

Changed python to python3 in Makefile.

When running make test it gave me the following error:

(venv) username@COMPUTER-XXXXXX:~/ml-ops/github-actions-demo$ make test
python -m pytest -vv --cov=hello test_hello.py
make: execvp: python: Permission denied
make: *** [Makefile:23: test] Error 127

Changing python to python3 in Makefile line 23 made it work.

This is my first ever pull request (took like 45 mins lol), so hopefully I'm doing this right.

…ave error make: execvp: python: Permission denied

make: *** [Makefile:23: test] Error 127
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant