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 9aa9406 commit 217db21Copy full SHA for 217db21
.github/workflows/python_wheel_build.yml
@@ -30,9 +30,12 @@ jobs:
30
with:
31
ref: ${{ inputs.branch }}
32
33
+ - name: Setup Python
34
+ uses: actions/setup-python@v5
35
+
36
- name: Set up Python Virtual Environment
37
run: |
- python3 -m venv /py-venv/cibuildwheel-env
38
+ python -m venv /py-venv/cibuildwheel-env
39
. /py-venv/cibuildwheel-env/bin/activate
40
echo PATH=$PATH >> $GITHUB_ENV
41
0 commit comments