Skip to content

Commit a8b017e

Browse files
committed
chore(ci): Split tox install from test
1 parent d1dd3e7 commit a8b017e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,10 @@ jobs:
238238
--with=git+https://github.com/effigies/tox-gh-actions@abiflags
239239
- name: Show tox config
240240
run: tox c
241-
- name: Run tox
242-
run: tox -vv --exit-and-dump-after 1200
241+
- name: Setup test suite
242+
run: tox run -vv --notest
243+
- name: Run test suite
244+
run: tox -v --skip-pkg-install --exit-and-dump-after 1200
243245
- uses: codecov/codecov-action@v5
244246
if: ${{ always() }}
245247
with:

0 commit comments

Comments
 (0)