Skip to content

Commit 3b9b986

Browse files
authored
fix typo
1 parent 6d9b21f commit 3b9b986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with: {name: python-distribution-files, path: dist/}
7272
- name: Run tests
7373
run: >-
74-
pipx run tox - test
74+
pipx run tox -e test
7575
--installpkg '${{ needs.prepare.outputs.wheel-distribution }}'
7676
-- -rFEx --durations 10 --color yes
7777
--wiki_domain "${{ secrets.INTEGR_TEST_WIKI_DOMAIN }}"

0 commit comments

Comments
 (0)