Skip to content

Commit 53729f5

Browse files
committed
ci: only build with 1 core to prevent swapping
1 parent 6e9adbf commit 53729f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-pixi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: pixi install
5151

5252
- name: Configure & Build
53-
run: pixi run build --verbose --parallel 2
53+
run: pixi run build --verbose --parallel 1
5454

5555
- name: Build documentation
5656
run: pixi run doc

0 commit comments

Comments
 (0)