Skip to content

Commit cae3f16

Browse files
committed
Use Python from the container image
1 parent 1c70412 commit cae3f16

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/python_wheel_build.yml

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

33-
- name: Set up Python
34-
uses: actions/setup-python@v5
35-
3633
- name: Set up Python Virtual Environment
3734
run: |
38-
python -m venv /py-venv/cibuildwheel-env
35+
python3 -m venv /py-venv/cibuildwheel-env
3936
. /py-venv/cibuildwheel-env/bin/activate
4037
echo PATH=$PATH >> $GITHUB_ENV
4138

0 commit comments

Comments
 (0)