8000 Update build-and-release.yaml · Smartappli/llama-cpp-python@c6f2df8 · GitHub
[go: up one dir, main page]

Skip to content

Commit c6f2df8

Browse files
authored
Update build-and-release.yaml
1 parent 8aaba56 commit c6f2df8

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/workflows/build-and-release.yaml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
# Used to host cibuildwheel
2222
- uses: actions/setup-python@v5
2323
with:
24-
python-version: "3.9"
24+
python-version: "3.12"
25+
cache: 'pip'
2526

2627
- name: Install dependencies
2728
run: |
@@ -60,7 +61,8 @@ jobs:
6061
# Used to host cibuildwheel
6162
- uses: actions/setup-python@v5
6263
with:
63-
python-version: "3.9"
64+
python-version: "3.12"
65+
cache: 'pip'
6466

6567
- name: Install dependencies
6668
run: |
@@ -125,7 +127,8 @@ jobs:
125127
submodules: "recursive"
126128
- uses: actions/setup-python@v5
127129
with:
128-
python-version: "3.9"
130+
python-version: "3.12"
131+
cache: 'pip'
129132
- name: Install dependencies
130133
run: |
131134
python -m pip install --upgrade pip build
@@ -170,7 +173,8 @@ jobs:
170173
# Used to host cibuildwheel
171174
- uses: actions/setup-python@v5
172175
with:
173-
python-version: "3.9"
176+
python-version: "3.12"
177+
cache: 'pip'
174178

175179
- name: Install dependencies
176180
run: |
@@ -211,7 +215,8 @@ jobs:
211215
# Used to host cibuildwheel
212216
- uses: actions/setup-python@v5
213217
with:
214-
python-version: "3.9"
218+
python-version: "3.12"
219+
cache: 'pip'
215220

216221
- name: Install dependencies
217222
run: |
@@ -253,6 +258,7 @@ jobs:
253258
- uses: actions/setup-python@v5
254259
with:
255260
python-version: "3.9"
261+
cache: 'pip'
256262

257263
- name: Install dependencies
258264
run: |

0 commit comments

Comments
 (0)
0