This commit is contained in:
Dulmandakh 2024-07-05 23:29:24 +08:00
parent 68a5fd0515
commit 75fa9f5b7b

View File

@ -39,7 +39,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
cache: 'poetry'
- run: poetry install --with test
- run: poetry install
- run: poetry run tox -e ${{ matrix.tox }}
- name: Upload coverage.xml
if: ${{ matrix.python == '3.10' }}