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 7f18fac commit 48029b4Copy full SHA for 48029b4
.github/workflows/tests.yaml
@@ -31,4 +31,4 @@ jobs:
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: pytest -v tests/ --cov-report=term-missing --cov=graphene_pydantic
+ run: poetry run pytest -v tests/ --cov-report=term-missing --cov=graphene_pydantic
0 commit comments