Skip to content

Commit

Permalink
chore(acrtion workflow): removed step that shoudl fix python post ste…
Browse files Browse the repository at this point in the history
…p error but caused operation not permitted
  • Loading branch information
MRColorR committed Nov 1, 2024
1 parent 3bed458 commit 93ae4e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93ae4e2

Please sign in to comment.