Skip to content

Commit 8c9751f

Browse files
test-and-publish: Don't run tests in parallel in CI
1 parent 1a35575 commit 8c9751f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cache-suffix: test-and-publish
3636
cache-dependency-glob: uv.lock
3737
- name: Run tests with nox
38-
run: uvx nox --python ${{ matrix.python-version }} --session tests
38+
run: uvx nox --python ${{ matrix.python-version }} --session tests -- --no-parallel
3939
env:
4040
PDFREST_API_KEY: ${{ secrets.PDFREST_API_KEY }}
4141

0 commit comments

Comments
 (0)