We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9b21f commit 3b9b986Copy full SHA for 3b9b986
1 file changed
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
with: {name: python-distribution-files, path: dist/}
72
- name: Run tests
73
run: >-
74
- pipx run tox - test
+ pipx run tox -e test
75
--installpkg '${{ needs.prepare.outputs.wheel-distribution }}'
76
-- -rFEx --durations 10 --color yes
77
--wiki_domain "${{ secrets.INTEGR_TEST_WIKI_DOMAIN }}"
0 commit comments