Skip to content

Commit

Permalink
Print out the path of pyenv on m1 build (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang authored Sep 7, 2023
1 parent 9dee94c commit 332335b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
run: |
set -x -e
python -m pip install twine delocate==0.10.3
ls -la $(pyenv root)/shims
delocate-wheel --version
ls dist/*
mkdir -p wheelhouse
Expand Down

0 comments on commit 332335b

Please sign in to comment.