From 93ae4e259a5bc5cee43c78b3e6867e8ac6937ed1 Mon Sep 17 00:00:00 2001 From: MRColor Date: Fri, 1 Nov 2024 12:02:49 +0100 Subject: [PATCH] chore(acrtion workflow): removed step that shoudl fix python post step error but caused operation not permitted --- .github/workflows/release-on-tag.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release-on-tag.yml b/.github/workflows/release-on-tag.yml index 14ca5b2..85e0981 100644 --- a/.github/workflows/release-on-tag.yml +++ b/.github/workflows/release-on-tag.yml @@ -32,10 +32,6 @@ jobs: python-version: '3.12' cache: 'pip' # Enables caching for pip dependencies - # Prevents the post python step to fail if cache folder has not been created - - name: Ensure cache directory exists - run: mkdir -p /home/runner/.cache/pip - # Step to print platform details for diagnostic purposes - name: Check Python platform info shell: bash # Use bash shell for consistency