Windows stop being weird

This commit is contained in:
Andrew Cassidy 2021-04-07 19:18:18 -07:00
parent 497203e76a
commit b62d64d540

View File

@ -44,7 +44,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 ninja Pillow click nose parameterized pybind11-stubgen
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |