Skip to content

Commit

Permalink
Skippable setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Oct 15, 2023
1 parent 3dc633e commit 5794bb5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ inputs:
required: false
default: competitive-verifier
python-version:
description: Specify python verify_files2.json
description: Specify python version
required: false
default: "3.x"
default: ""
cache-pip:
description: "If true, cache pip"
required: false
Expand All @@ -26,6 +26,7 @@ runs:
steps:
- name: Set up Python
uses: actions/setup-python@v4
if: inputs.python-version != ''
with:
python-version: ${{inputs.python-version}}

Expand Down

0 comments on commit 5794bb5

Please sign in to comment.