Skip to content

Commit 3a093e7

Browse files
rollback image update
1 parent 94ec1fe commit 3a093e7

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

.github/workflows/test.yml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
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: |

0 commit comments

Comments
 (0)