We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df23cd5 commit 9050ab1Copy full SHA for 9050ab1
.github/actions/install/action.yml
@@ -42,8 +42,8 @@ runs:
42
- name: Run install script (macOS, Ubuntu)
43
if: runner.os == 'macos' || runner.os == 'linux'
44
shell: bash
45
- env:
46
- INSTALL_PYTHON_VERSION: ${{ inputs.python-version }}
+ # env:
+ # INSTALL_PYTHON_VERSION: ${{ inputs.python-version }}
47
run: |
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
0 commit comments