We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c70412 commit cae3f16Copy full SHA for cae3f16
.github/workflows/python_wheel_build.yml
@@ -30,12 +30,9 @@ jobs:
30
with:
31
ref: ${{ inputs.branch }}
32
33
- - name: Set up Python
34
- uses: actions/setup-python@v5
35
-
36
- name: Set up Python Virtual Environment
37
run: |
38
- python -m venv /py-venv/cibuildwheel-env
+ python3 -m venv /py-venv/cibuildwheel-env
39
. /py-venv/cibuildwheel-env/bin/activate
40
echo PATH=$PATH >> $GITHUB_ENV
41
0 commit comments