10000 Pin python version in release · chiensen/llama-cpp-python@b0e597e · GitHub
[go: up one dir, main page]

Skip to content

Commit b0e597e

Browse files
committed
Pin python version in release
1 parent 4ff8def commit b0e597e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
# Used to host cibuildwheel
2222
- uses: actions/setup-python@v3
23+
with:
24+
python-version: "3.8"
2325

2426
- name: Install cibuildwheel
2527
run: python -m pip install cibuildwheel==2.12.1
@@ -45,6 +47,8 @@ jobs:
4547
with:
4648
submodules: "true"
4749
- uses: actions/setup-python@v3
50+
with:
51+
python-version: "3.8"
4852
- name: Install dependencies
4953
run: |
5054
python -m pip install --upgrade pip build

0 commit comments

Comments
 (0)
0