From 710f8ff39e323a5a2ee0832e8a2d1513aedd231c Mon Sep 17 00:00:00 2001 From: Patrick Maslana Date: Fri, 30 Jun 2023 13:19:00 -0700 Subject: [PATCH] Revert "Change directory to wheel during the build wheels step" This reverts commit eb3974ac1fea047343f6198301ef300d0a8ee465. --- .github/workflows/build-arm64-wheels.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-arm64-wheels.yml b/.github/workflows/build-arm64-wheels.yml index dc0c9787..1438bd45 100644 --- a/.github/workflows/build-arm64-wheels.yml +++ b/.github/workflows/build-arm64-wheels.yml @@ -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