Skip to content

Commit

Permalink
feat(action): do not use checks in Python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
IamAbbey committed Feb 19, 2024
1 parent 5aa238b commit 9ac43dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ runs:
uses: moneymeets/action-setup-python-poetry@master
with:
working_directory: ${{ github.action_path }}
with_checks: 'false'
# ToDo: Re-enable cache when https://github.com/actions/setup-python/issues/361 is fixed
poetry_cache_enabled: 'false'

Expand Down

0 comments on commit 9ac43dd

Please sign in to comment.