Skip to content

Commit bb05ef6

Browse files
Update Python cache removal command in workflow
1 parent f1b6e4e commit bb05ef6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# run: python3 -m ensurepip --upgrade
5858
- name: Install dependencies
5959
run: |
60-
rm -rf $RUNNER_TOOL_CACHE/Python/3.13.9
60+
sudo rm -rf /Users/runner/hostedtoolcache/Python
6161
- name: Set up Python
6262
uses: actions/setup-python@v6
6363
with:

0 commit comments

Comments
 (0)