Fix testing on Windows.

This commit is contained in:
grossmj 2020-10-20 10:55:32 +10:30
parent a9a5d4e665
commit 8b415b0b3c

View File

@ -31,7 +31,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip 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 - name: Lint with flake8
run: | run: |
# stop the build if there are Python syntax errors or undefined names # stop the build if there are Python syntax errors or undefined names