Try fixing test
This commit is contained in:
parent
3319f2dbac
commit
a84d1162ec
3 changed files with 10 additions and 9 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python3 -m pip install --upgrade pip setuptools pytest pytest-cov pytest-subtests pytest-asyncio
|
||||
pip install .
|
||||
pip install --upgrade .
|
||||
|
||||
- name: Check code and formatting
|
||||
run: scripts/check-python.sh .
|
||||
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install .
|
||||
pip install --upgrade .
|
||||
rm -rf build
|
||||
|
||||
- name: Download test results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue