File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 42
42
- name : Run install script (macOS, Ubuntu)
43
43
if : runner.os == 'macos' || runner.os == 'linux'
44
44
shell : bash
45
- # env:
46
- # INSTALL_PYTHON_VERSION: ${{ inputs.python-version }}
45
+ env :
46
+ INSTALL_PYTHON_VERSION : ${{ inputs.python-version }}
47
47
run : |
48
48
${{ inputs.command-prefix }} sh install.sh ${{ inputs.development == 'true' && '-d' || '' }} ${{ (inputs.editable != 'true') && '-i' || '' }} ${{ inputs.legacy_keyring && '-l' || '' }} ${{ inputs.automated == 'true' && '-a' || '' }} ${{ (fromJSON(inputs.do-system-installs) != true) && '-s' || '' }}
49
49
Original file line number Diff line number Diff line change @@ -73,10 +73,10 @@ jobs:
73
73
with :
74
74
fetch-depth : 0
75
75
76
- - name : Set up Python 3.12
77
- uses : actions/setup-python@v5
78
- with :
79
- python-version : " 3.12"
76
+ # - name: Set up Python 3.12
77
+ # uses: actions/setup-python@v5
78
+ # with:
79
+ # python-version: "3.12"
80
80
81
81
- uses : chia-network/actions/cache-pip@main
82
82
with :
You can’t perform that action at this time.
0 commit comments