Skip to content

Commit 2d4793a

Browse files
committed
ci(workflows): udpate quick regression command within PR workflow
1 parent 8e471ba commit 2d4793a

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,6 @@ jobs:
9595
python-version: "3.14"
9696
cache: pip
9797

98-
- name: Cache testdata
99-
uses: actions/cache@v4
100-
with:
101-
path: .testdata
102-
key: codeentropy-testdata-${{ runner.os }}-py314
103-
10498
- name: Install testing dependencies
10599
run: |
106100
python -m pip install --upgrade pip
@@ -110,8 +104,7 @@ jobs:
110104
run: |
111105
python -m pytest tests/regression \
112106
-m "not slow" \
113-
--dist=loadscope \
114-
-n 1 \
107+
-n 0 \
115108
-k "${{ matrix.system }}" \
116109
-vv \
117110
--durations=20

0 commit comments

Comments
 (0)