Skip to content

Commit

Permalink
Invoke pyenv exec
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Sep 7, 2023
1 parent 66f2427 commit 26f5eed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ jobs:
set -x -e
pyenv versions
pyenv which python
python -m pip install twine delocate==0.10.3
pyenv exec pip install twine delocate==0.10.3
pyenv which delocate-wheel
pyenv delocate-wheel --version
pyenv exec delocate-wheel --version
ls dist/*
mkdir -p wheelhouse
for f in dist/*.whl; do
Expand Down

0 comments on commit 26f5eed

Please sign in to comment.