Skip to content

Commit 27f667b

Browse files
committed
ci: disable parallel tests to fix missing modules
1 parent bc0146f commit 27f667b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
SKIP: nitpick
4747

4848
- name: Run tests
49-
run: hatch test --python ${{ matrix.python-version }} --cover --randomize --parallel --retries 2 --retry-delay 1
49+
run: hatch test --python ${{ matrix.python-version }} --cover --randomize --retries 2 --retry-delay 1

0 commit comments

Comments
 (0)