File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments