Skip to content

Commit c4ea9e8

Browse files
committed
Use a low version for setup python for deployment
1 parent d140cee commit c4ea9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
with:
195195
submodules: recursive
196196
fetch-depth: 0 # Fetch everything to get accurately versioned tag.
197-
- uses: actions/setup-python@v5
197+
- uses: actions/setup-python@v2 # Some issues where caused by higher versions.
198198
name: Install Python
199199
- name: Install cibuildwheel twine wheel
200200
run: python -m pip install cibuildwheel twine wheel

0 commit comments

Comments
 (0)