Skip to content

Commit 1aab0c8

Browse files
committed
ci: remove dist loadscope from workflow testing
1 parent efcf718 commit 1aab0c8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,12 @@ jobs:
106106
python -m pip install --upgrade pip
107107
python -m pip install -e .[testing]
108108
109-
- name: Run fast regression tests (parallel)
109+
- name: Run fast regression tests (sequential for determinism)
110110
run: |
111111
python -m pytest tests/regression \
112112
-m "not slow" \
113113
-k "${{ matrix.system }}" \
114114
-n 0 \
115-
--dist=loadscope \
116115
-vv \
117116
--durations=20
118117

0 commit comments

Comments
 (0)