Skip to content

Commit

Permalink
Revert "Change directory to wheel during the build wheels step"
Browse files Browse the repository at this point in the history
This reverts commit eb3974a.
  • Loading branch information
pmaslana committed Jun 30, 2023
1 parent a4945e1 commit 710f8ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-arm64-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- name: Build Python wheels
run: |
cd wheel
/opt/python/cp38-cp38/bin/python -m venv venv
if [ ! -f "activate" ]; then ln -s venv/bin/activate; fi
. ./activate
Expand Down

0 comments on commit 710f8ff

Please sign in to comment.