Skip to content

Commit 710f8ff

Browse files
committed
Revert "Change directory to wheel during the build wheels step"
This reverts commit eb3974a.
1 parent a4945e1 commit 710f8ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

0 commit comments

Comments
 (0)