mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-05 18:20:46 -08:00
action.yml -> test explicit cache disable
This commit is contained in:
parent
e5fe5db6b4
commit
518d773be5
1 changed files with 1 additions and 0 deletions
1
.github/actions/setup/action.yml
vendored
1
.github/actions/setup/action.yml
vendored
|
|
@ -10,6 +10,7 @@ runs:
|
|||
- name: Setup Python
|
||||
uses: astral-sh/setup-uv@v5
|
||||
with:
|
||||
enable-cache: false
|
||||
python-version: ${{ inputs.python-version }}
|
||||
- name: Install Requirements
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue