Skip to content

Commit 59633c2

Browse files
authored
Update ozi.yml
Signed-off-by: Eden Ross Duff, MSc, DDiv <ozi.project@outlook.com>
1 parent 8d5c1be commit 59633c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ozi.yml

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- uses: OZI-Project/checkpoint@84a85f725520d5661ed417915ccb0e769973879c
4444
with:
4545
python-version: "3.10"
46+
parallel: false
4647

4748
checkpoint-cp311-ubuntu-latest:
4849
name: checkpoint (Python 3.11 on ubuntu-latest)
@@ -73,6 +74,7 @@ jobs:
7374
- uses: OZI-Project/checkpoint@84a85f725520d5661ed417915ccb0e769973879c
7475
with:
7576
python-version: "3.11"
77+
parallel: false
7678

7779
checkpoint-cp312-ubuntu-latest:
7880
name: checkpoint (Python 3.12 on ubuntu-latest)
@@ -103,6 +105,7 @@ jobs:
103105
- uses: OZI-Project/checkpoint@84a85f725520d5661ed417915ccb0e769973879c
104106
with:
105107
python-version: "3.12"
108+
parallel: false
106109

107110
checkpoint-cp313-ubuntu-latest:
108111
name: checkpoint (Python 3.13 on ubuntu-latest)
@@ -133,6 +136,7 @@ jobs:
133136
- uses: OZI-Project/checkpoint@84a85f725520d5661ed417915ccb0e769973879c
134137
with:
135138
python-version: "3.13"
139+
parallel: false
136140

137141
checkpoint:
138142
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)