From 06d3fc54c6060847b85ed4eae86dc0cc54714a42 Mon Sep 17 00:00:00 2001 From: Marcel Arns Date: Tue, 7 Nov 2023 13:49:15 +0100 Subject: [PATCH] feat(action): disable broken Poetry cache --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index c8bdc07..4eb06c8 100644 --- a/action.yml +++ b/action.yml @@ -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