mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-25 19:13:57 +03:00
pipx
This commit is contained in:
parent
e381718d81
commit
68a5fd0515
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user