File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed
Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change 2020 service-tests :
2121 name : Service Tests
2222 runs-on : ubuntu-latest
23- container : ghcr.io/astral-sh/uv:python3.11-bookworm-slim
2423 env :
2524 HF_HOME : ${{ github.workspace }}/hf_cache
2625 steps :
@@ -38,20 +37,20 @@ jobs:
3837 mkdir -p ~/.huggingface
3938 echo '{"token":"${{ secrets.HF_TOKEN }}"}' > ~/.huggingface/token
4039
41- # - name: Install Python
42- # uses: actions/setup-python@v5
43- # with:
44- # python-version: ${{ env.PYTHON_VERSION }}
45-
46- # - name: Install uv
47- # uses: astral-sh/setup-uv@v6
48- # with:
49- # version: ${{ env.UV_VERSION }}
50- # enable-cache: true
51- # python-version: ${{ env.PYTHON_VERSION }} # sets UV_PYTHON
52- # cache-dependency-glob: |
53- # pyproject.toml
54- # uv.lock
40+ - name : Install Python
41+ uses : actions/setup-python@v5
42+ with :
43+ python-version : ${{ env.PYTHON_VERSION }}
44+
45+ - name : Install uv
46+ uses : astral-sh/setup-uv@v6
47+ with :
48+ version : ${{ env.UV_VERSION }}
49+ enable-cache : true
50+ python-version : ${{ env.PYTHON_VERSION }} # sets UV_PYTHON
51+ cache-dependency-glob : |
52+ pyproject.toml
53+ uv.lock
5554
5655 - name : Install dependencies
5756 run : |
You can’t perform that action at this time.
0 commit comments