Skip to content

Commit 30f4d89

Browse files
committed
Switch to use uv python package manager
1 parent a761759 commit 30f4d89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Test
66
runs-on: ubuntu-latest
77
container:
8-
image: python:${{ matrix.python-version }}-slim
8+
image: python:${{ matrix.python-version }}-bookworm
99
strategy:
1010
matrix:
1111
python-version: ["3.10", "3.11", "3.12", "3.13"]
@@ -44,7 +44,7 @@ jobs:
4444
if: startsWith(github.ref, 'refs/tags/')
4545
runs-on: ubuntu-latest
4646
container:
47-
image: python:3.10-slim
47+
image: python:3.10-bookworm
4848
steps:
4949
- name: Checkout code
5050
uses: actions/checkout@v4

0 commit comments

Comments
 (0)