Skip to content

Commit eb3974a

Browse files
committed
Change directory to wheel during the build wheels step
1 parent d38b848 commit eb3974a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-arm64-wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
3939
- name: Build Python wheels
4040
run: |
41+
cd wheel
4142
/opt/python/cp38-cp38/bin/python -m venv venv
4243
if [ ! -f "activate" ]; then ln -s venv/bin/activate; fi
4344
. ./activate

0 commit comments

Comments
 (0)