fix windows tests

This commit is contained in:
Sina Atalay
2023-10-11 17:05:43 +02:00
committed by GitHub
parent 1bdce2a249
commit 67e7fc750b

View File

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