From 7a845dbc28e77ad8214c68eca0969da7aabf0dc7 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Nakazone Batista Date: Tue, 23 Jul 2024 23:00:05 -0300 Subject: [PATCH] Removes Broken Cache from Pipeline --- .github/workflows/python-test-and-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/python-test-and-build.yml b/.github/workflows/python-test-and-build.yml index c916437..9598a36 100644 --- a/.github/workflows/python-test-and-build.yml +++ b/.github/workflows/python-test-and-build.yml @@ -24,7 +24,6 @@ jobs: uses: actions/setup-python@v3 with: python-version: "3.10" - cache: 'poetry' - name: Install dependencies run: | poetry self add "poetry-dynamic-versioning[plugin]" @@ -48,7 +47,6 @@ jobs: uses: actions/setup-python@v3 with: python-version: "3.10" - cache: 'poetry' - name: Install dependencies run: | poetry self add "poetry-dynamic-versioning[plugin]"