Updated workflow for pyproject installation

This commit is contained in:
Jamie Hardt
2023-05-17 16:15:02 -07:00
parent 7123a6f1bb
commit 0b5555d333

View File

@@ -28,7 +28,8 @@ 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
python3 -m ppi install -e .
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names