From 9ac43dd28a1da517a3e2526b2f01456819e23099 Mon Sep 17 00:00:00 2001 From: Abiodun Sotunde Date: Mon, 19 Feb 2024 11:20:12 +0100 Subject: [PATCH] feat(action): do not use checks in Python setup --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index bfdc151..c8eee5f 100644 --- a/action.yml +++ b/action.yml @@ -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'