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 d38b848 commit eb3974aCopy full SHA for eb3974a
.github/workflows/build-arm64-wheels.yml
@@ -38,6 +38,7 @@ jobs:
38
39
- name: Build Python wheels
40
run: |
41
+ cd wheel
42
/opt/python/cp38-cp38/bin/python -m venv venv
43
if [ ! -f "activate" ]; then ln -s venv/bin/activate; fi
44
. ./activate
0 commit comments