Skip to content

Commit 48029b4

Browse files
committed
Don't be overly clever with tox-gh-actions
1 parent 7f18fac commit 48029b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- name: Run matrix of tests with Tox
3232
run: poetry run tox -vvv
3333
- name: Run pytest just in case Tox no worky
34-
run: pytest -v tests/ --cov-report=term-missing --cov=graphene_pydantic
34+
run: poetry run pytest -v tests/ --cov-report=term-missing --cov=graphene_pydantic

0 commit comments

Comments
 (0)