mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-25 19:13:57 +03:00
install poetry
This commit is contained in:
parent
4238a3f8d0
commit
e381718d81
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
@ -37,6 +37,7 @@ jobs:
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user