Fix testing.yml

pull/2270/head
grossmj 10 months ago
parent 1cb433c5bc
commit f3d43aeb39

@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r dev-requirements.txt
python -m pip install .[development]
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names

Loading…
Cancel
Save