Skip to content

Commit 74730b5

Browse files
committed
Update build.yml
1 parent 916dd87 commit 74730b5

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@ jobs:
2525
# with:
2626
# python-version: 3.9
2727

28-
- name: Install miniconda
29-
uses: conda-incubator/setup-miniconda@v3
30-
with:
31-
python-version: 3.9
32-
33-
- name: Set up Python
34-
run: |
35-
conda create -qyf py39 python=3.9 wheel -c anaconda
36-
conda activate py39
37-
python setup.py sdist bdist_wheel
38-
shell: bash -l {0}
28+
# - name: Install miniconda
29+
# uses: conda-incubator/setup-miniconda@v3
30+
# with:
31+
# python-version: 3.9
3932

4033
# - name: Set up Python
41-
# id: setup-python
4234
# run: |
43-
# curl https://pyenv.run | bash
44-
# export PATH="$HOME/.pyenv/bin:$PATH"
45-
# MACOSX_DEPLOYMENT_TARGET=10.9 pyenv install 3.9.21
46-
# pyenv local 3.9.21
35+
# conda create -qyf py39 python=3.9 wheel -c anaconda
36+
# conda activate py39
37+
# python setup.py sdist bdist_wheel
38+
# shell: bash -l {0}
39+
40+
- name: Set up Python
41+
id: setup-python
42+
run: |
43+
curl https://pyenv.run | bash
44+
export PATH="$HOME/.pyenv/bin:$PATH"
45+
MACOSX_DEPLOYMENT_TARGET=10.9 pyenv install 3.9.21
46+
pyenv local 3.9.21
4747
4848
- name: Install backend dependencies
4949
id: install-backend-deps

0 commit comments

Comments
 (0)