Skip to content

Commit 9050ab1

Browse files
committed
debug
1 parent df23cd5 commit 9050ab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/install/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ runs:
4242
- name: Run install script (macOS, Ubuntu)
4343
if: runner.os == 'macos' || runner.os == 'linux'
4444
shell: bash
45-
env:
46-
INSTALL_PYTHON_VERSION: ${{ inputs.python-version }}
45+
# env:
46+
# INSTALL_PYTHON_VERSION: ${{ inputs.python-version }}
4747
run: |
4848
${{ 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' || '' }}
4949

0 commit comments

Comments
 (0)