Closed damonmcc closed 1 year ago
poetry
requirements.txt
python3 -m ...
ubuntu-20.04
ubuntu-latest
black
motivations
changes
poetry
for package management and python script calling with simpler use ofrequirements.txt
andpython3 -m ...
ubuntu-20.04
as the runner for all github actions (usingubuntu-latest
has caused unstable action behavior)black
to python packages and use it on a file as an example of formatting python files