1 year ago
#243992
artistAhmed
Pytest Github Action failed in Django REST API project
I have updated my workflow action from simple super-linter
to PYTEST
. I get the following error in github
Run pipenv install --deploy --dev
ERROR: Pipfile not found! Aborting! Please ensure that the file exists and is located in your project root directory.
Error: Process completed with exit code 1.
Super linter is really lazy and fails unnecessarily even if the code is correctly formatted?
I have not added any file in my project? Do I need to?
github
django-rest-framework
pytest
github-actions
pytest-django
0 Answers
Your Answer