Fix CI errors
This commit is contained in:
parent
a673880cd9
commit
8d529dbedc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install --upgrade pytest pytest-cov
|
pip install --upgrade pytest pytest-cov .
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
# - name: Lint with flake8
|
# - name: Lint with flake8
|
||||||
# run: |
|
# run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue