Upgraded to pyproject/flit build style

This commit is contained in:
Jamie Hardt
2023-02-28 10:40:57 -08:00
parent 1c9d373b40
commit ddf1948f3c
6 changed files with 49 additions and 63 deletions

View File

@@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -e .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names