File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
actions/bootstrap-environ Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 77 runner :
88 description : The Runner to build your environment on.
99
10- env :
11- # Configure a relative location for the uv cache
12- UV_CACHE_DIR : ~/.cache/uv
13-
1410runs :
1511 using : composite
1612 steps :
2016 git config pull.ff true
2117 shell: bash
2218 - uses : astral-sh/setup-uv@v5
19+ env :
20+ # Configure a relative location for the uv cache
21+ UV_CACHE_DIR : ~/.cache/uv
22+ with :
23+ python-version : ${{ matrix.python-version }}
24+ - uses : actions/setup-python@v5
2325 with :
2426 python-version : ${{ inputs.python-version }}
2527 - uses : actions/cache@v4
Original file line number Diff line number Diff line change 2323 fail-fast : false
2424 matrix :
2525 os : [ ubuntu-latest ]
26- python-version : [ "3.x " ]
26+ python-version : [ "3.12 " ]
2727 steps :
2828 - uses : actions/create-github-app-token@v1
2929 id : app-token
You can’t perform that action at this time.
0 commit comments