Small change

This commit is contained in:
Jamie Hardt
2024-11-26 10:57:01 -08:00
parent f1381f5f46
commit 7d3a58bff8

View File

@@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
python3 -m pip install -e .
python -m pip install -e .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names