This commit is contained in:
Dulmandakh 2024-07-05 23:26:49 +08:00
parent e381718d81
commit 68a5fd0515

View File

@ -33,11 +33,12 @@ jobs:
- {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38}
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
cache: 'poetry'
- run: pip install poetry
- run: poetry install --with test
- run: poetry run tox -e ${{ matrix.tox }}
- name: Upload coverage.xml