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} - {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: ${{ matrix.python }} python-version: ${{ matrix.python }}
cache: 'poetry' cache: 'poetry'
- run: pip install poetry
- run: poetry install --with test - run: poetry install --with test
- run: poetry run tox -e ${{ matrix.tox }} - run: poetry run tox -e ${{ matrix.tox }}
- name: Upload coverage.xml - name: Upload coverage.xml