We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82beb94 commit 63b9414Copy full SHA for 63b9414
.github/workflows/tests.yaml
@@ -29,6 +29,4 @@ jobs:
29
- name: Install dependencies
30
run: poetry install
31
- name: Run matrix of tests with Tox
32
- run: poetry run tox -vvv
33
- - name: Run pytest just in case Tox no worky
34
- run: poetry run pytest -v tests/ --cov-report=term-missing --cov=graphene_pydantic
+ run: poetry run tox
0 commit comments