Skip to content

Commit

Permalink
remove --no-test flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojtini committed Sep 2, 2024
1 parent 6a14b06 commit 786a4e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
lint
docs
pkg
py39:tox -e py39 --notest
py310:tox -e py310 --notest
py311:tox -e py311 --notest
py312:tox -e py312 --notest
py39-macos:tox -e py312 --notest
py312-macos:tox -e py312 --notest
py39:tox -e py39
py310:tox -e py310
py311:tox -e py311
py312:tox -e py312
py39-macos:tox -e py312
py312-macos:tox -e py312
# ^ macos is also used to validate arm64 building
platforms: linux,macos
skip_explode: "1"
Expand Down

0 comments on commit 786a4e2

Please sign in to comment.