poetry install --sync

This commit is contained in:
Dulmandakh 2024-07-05 23:50:10 +08:00
parent f6dbc2f738
commit ecc2599e26

View File

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