Try fixing test

This commit is contained in:
Andras Schmelczer 2022-07-03 14:56:01 +02:00
parent d2c0acc900
commit ad1b2a20ef
3 changed files with 10 additions and 9 deletions

View file

@ -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