Update python-package.yml

Fixed typo
This commit is contained in:
Jamie Hardt
2023-05-17 16:16:35 -07:00
committed by GitHub
parent 0b5555d333
commit f855d3581d

View File

@@ -28,7 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
python3 -m ppi install -e .
python3 -m pip install -e .
# if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |