Skip to content

Commit 40d50c7

Browse files
committed
ci: No longer install tox during the build job.
It isn't used during the build job. Signed-off-by: Michael Seifert <[email protected]>
1 parent 852b080 commit 40d50c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run pre-commit checks
3636
run: pre-commit run --all-files --show-diff-on-failure
3737
- name: Install check-wheel-content, and twine
38-
run: python -m pip install build check-wheel-contents tox twine
38+
run: python -m pip install build check-wheel-contents twine
3939
- name: Build package
4040
run: python -m build
4141
- name: List result

0 commit comments

Comments
 (0)