mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -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
|
- name: Setup Python
|
||||||
uses: astral-sh/setup-uv@v5
|
uses: astral-sh/setup-uv@v5
|
||||||
with:
|
with:
|
||||||
|
enable-cache: false
|
||||||
python-version: ${{ inputs.python-version }}
|
python-version: ${{ inputs.python-version }}
|
||||||
- name: Install Requirements
|
- name: Install Requirements
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue