Currently github-actions uses legacy requirement file for dependency installation and not the updated poetry lock file. This legacy file can get out-of-date pretty quickly and a better way is to just use poetry to install dependencies and run tests.
How does it address the problem?
Use poetry to install dependencies and run pytest.
Currently github-actions uses legacy requirement file for dependency installation and not the updated poetry lock file. This legacy file can get out-of-date pretty quickly and a better way is to just use poetry to install dependencies and run tests.
Use poetry to install dependencies and run pytest.
None.