Skip to content

Commit

Permalink
Disable cache in setup-python step
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout committed Jan 24, 2025
1 parent 4cb5498 commit 3be9e36
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.12'
cache: 'pip'


- name: Install uv
uses: astral-sh/setup-uv@v5

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.12'
cache: 'pip'

- name: macOS runner workaround
run: pip install --upgrade pip pipx
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.12'
cache: 'pip'

- name: Install uv
uses: astral-sh/setup-uv@v5
Expand Down

0 comments on commit 3be9e36

Please sign in to comment.