Skip to content

Commit

Permalink
Skip redundant tox runs
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Oct 1, 2024
1 parent 6aa2e50 commit 81da8ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ jobs:
run: uv sync --all-extras --dev
- name: Install tox
run: uv tool install tox --with tox-uv
- name: Run tests
run: tox
- name: Setup test suite
run: tox run -vv --notest --skip-missing-interpreters false
- name: Run test suite
run: tox run --skip-pkg-install

build:
needs: lint
Expand Down

0 comments on commit 81da8ac

Please sign in to comment.