mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-29 13:03:56 +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}
|
- {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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user