Fix testing on Windows.

gh-pages
grossmj 4 years ago
parent a9a5d4e665
commit 8b415b0b3c

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

Loading…
Cancel
Save