Skip to content

Commit 9b751df

Browse files
committed
Update build.yml
1 parent 81008e8 commit 9b751df

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ jobs:
3737
# python setup.py sdist bdist_wheel
3838
# shell: bash -l {0}
3939

40+
- name: Install pyenv
41+
id: install-pyenv
42+
run: curl https://pyenv.run | bash
43+
4044
- name: Set up Python
4145
id: setup-python
4246
run: |
43-
curl https://pyenv.run | bash
44-
export PATH="$HOME/.pyenv/bin:$PATH"
4547
MACOSX_DEPLOYMENT_TARGET=10.9 pyenv install 3.9.21
4648
pyenv global 3.9.21
4749

0 commit comments

Comments
 (0)