Skip to content

Commit 217db21

Browse files
committed
Reuse official setup python action
1 parent 9aa9406 commit 217db21

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python_wheel_build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@ jobs:
3030
with:
3131
ref: ${{ inputs.branch }}
3232

33+
- name: Setup Python
34+
uses: actions/setup-python@v5
35+
3336
- name: Set up Python Virtual Environment
3437
run: |
35-
python3 -m venv /py-venv/cibuildwheel-env
38+
python -m venv /py-venv/cibuildwheel-env
3639
. /py-venv/cibuildwheel-env/bin/activate
3740
echo PATH=$PATH >> $GITHUB_ENV
3841

0 commit comments

Comments
 (0)