Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Jan 31, 2024
1 parent 0091b26 commit 411f7b8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-package.yml
Expand Up @@ -17,12 +17,7 @@ jobs:
python3 -m pip install pipx
brew install pyenv
pyenv install 2.7.18
echo 'ello'
echo $PATH
ls /Users/runner/.pyenv/versions/2.7.18/bin
/Users/runner/.pyenv/versions/2.7.18/bin/python --version
which python2.7
echo 'bye'
ln -s /Users/runner/.pyenv/versions/2.7.18/bin/python /usr/local/bin/python2.7
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.4
Expand Down

0 comments on commit 411f7b8

Please sign in to comment.