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 227023e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ jobs:
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Set up Python
run: uv python install
- name: Install the project
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 227023e

Please sign in to comment.