Skip to content

Commit

Permalink
Merge pull request #27 from moneymeets/feature/disable-poetry-cache
Browse files Browse the repository at this point in the history
feat(action): disable broken Poetry cache
  • Loading branch information
marns93 committed Nov 7, 2023
2 parents 52b9cce + 06d3fc5 commit bc78215
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ runs:
- uses: moneymeets/action-setup-python-poetry@master
with:
working_directory: ${{ github.action_path }}
# ToDo: Re-enable cache when https://github.com/actions/setup-python/issues/361 is fixed
poetry_cache_enabled: 'false'

- run: poetry run python action.py
shell: bash
Expand Down

0 comments on commit bc78215

Please sign in to comment.