mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-25 11:03:58 +03:00
poetry install --sync
This commit is contained in:
parent
f6dbc2f738
commit
ecc2599e26
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
cache: 'poetry'
|
||||
- run: poetry install
|
||||
- run: poetry install --sync
|
||||
- run: poetry run tox -e ${{ matrix.tox }}
|
||||
- name: Upload coverage.xml
|
||||
if: ${{ matrix.python == '3.10' }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user