Skip to content

Commit

Permalink
Merge pull request #21 from moneymeets/feature/add-with-checks-flag
Browse files Browse the repository at this point in the history
feat(action): add with_checks flag
  • Loading branch information
IamAbbey authored Feb 19, 2024
2 parents c2e648e + d7363dd commit fc98d53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ inputs:
description: "Working directory, defaults to GITHUB_WORKSPACE"
required: false
default: ${{ github.workspace }}
with_checks:
description: "Perform checks during Python setup"
required: false
default: "true"
# ToDo: Remove disable cache option when https://github.com/actions/setup-python/issues/361 is fixed
poetry_cache_enabled:
description: "Caching of Poetry environment"
Expand All @@ -33,6 +37,7 @@ runs:
steps:

- uses: moneymeets/moneymeets-composite-actions/block-poetry-version-downgrade@master
if: ${{ inputs.with_checks == 'true' }}

- uses: moneymeets/moneymeets-composite-actions/detect-python-version@master
id: detect-versions
Expand Down

0 comments on commit fc98d53

Please sign in to comment.