Skip to content

Commit deca088

Browse files
committed
Try running tox builds sequentially
1 parent deb7193 commit deca088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
poetry-version: '1.1.4'
4242
- run: pip install tox
43-
- run: tox -q --parallel
43+
- run: tox -q
4444
env:
4545
TOXENV: ${{ matrix.toxenv }}
4646
build_site:

0 commit comments

Comments
 (0)