fix typo in CI

This commit is contained in:
Akash Mahanty 2022-01-23 02:03:30 +05:30
parent 97712b2c1e
commit 31b1056217

View File

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