Skip to content

Commit 5cf532f

Browse files
Update python-app.yml
1 parent f3fc504 commit 5cf532f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ jobs:
5555
# fi
5656
# - name: Force reinstall pip
5757
# run: python3 -m ensurepip --upgrade
58-
- name: Clear Python cache with sudo
59-
run: sudo rm -rf "$RUNNER_TOOL_CACHE/Python"
58+
- name: Install dependencies
59+
run: |
60+
rm -rf /opt/hostedtoolcache/Python
6061
- name: Set up Python
6162
uses: actions/setup-python@v6
6263
with:

0 commit comments

Comments
 (0)