FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat: Allow Skipping Pip Installation by mw-root · Pull Request #30 · kishaningithub/setup-python-amazon-linux · GitHub

Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .yml  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
4 changes: 4 additions & 0 deletions action.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 'Setup python amazon linux'
description: 'setup-python action for amazon linux self hosted runners'
inputs:
install-pip:
description: 'Whether to install pip. Default true.'
default: 'true'
python-version:
description: 'Version of python to be installed. Reads from python-version-file if unset.'
python-version-file:
Expand Down Expand Up @@ -62,6 +65,7 @@ runs:
ls "${installation_directory}/bin"

- name: Install pip
if: ${{ inputs.install-pip == 'true' }}
shell: bash
run: |
installation_directory="${{ steps.set-installation-directory.outputs.installation_directory }}"
Expand Down
Loading

Back | FazBrowse Home | New Git URL