Skip to content

Commit 1f1081f

Browse files
committed
chore(ci): Split tox install from test
1 parent 835ab1e commit 1f1081f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build-test-deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,11 @@ jobs:
8787
uv tool install --with=tox-uv --with=tox-gh-actions tox
8888
- name: Show tox config
8989
run: tox c
90-
- name: Run tox
91-
run: tox -v --exit-and-dump-after 1200
90+
- name: Setup test suite
91+
run: tox run -vv --notest
92+
- name: Run test suite
93+
id: pre
94+
run: tox -v --skip-pkg-install --exit-and-dump-after 1200
9295
- uses: codecov/codecov-action@v5
9396
if: ${{ always() }}
9497
with:

0 commit comments

Comments
 (0)