Update python-multiversion.yml

This commit is contained in:
pacnpal
2024-12-10 13:57:04 -05:00
committed by GitHub
parent 78e4b463f9
commit e046250444

View File

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