Skip to content

Commit a4bed51

Browse files
committed
switch image to ghcr.io/astral-sh/uv:latest to hopefully have build-essentials included in the image.
1 parent 3e30550 commit a4bed51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Deploy docs
1414
runs-on: ubuntu-latest
1515
container:
16-
image: ghcr.io/astral-sh/uv:trixie-slim
16+
image: ghcr.io/astral-sh/uv:latest
1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@v5

.github/workflows/json_librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
librarian:
1515
runs-on: ubuntu-latest
1616
container:
17-
image: ghcr.io/astral-sh/uv:trixie-slim
17+
image: ghcr.io/astral-sh/uv:latest
1818
permissions:
1919
contents: write
2020
pull-requests: write

0 commit comments

Comments
 (0)