From 59533c65c47e144adfec931dd2118359faff0bda Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 23 Mar 2026 10:54:23 -0500 Subject: fix missing uv package in build --- .build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.build.yml b/.build.yml index 120780f..225eea0 100644 --- a/.build.yml +++ b/.build.yml @@ -2,8 +2,6 @@ image: debian/bookworm packages: - emacs-nox - - python3 - - python3-pip - rsync - openssh-client @@ -19,12 +17,12 @@ environment: tasks: - setup: | - pip install --break-system-packages uv + curl -LsSf https://astral.sh/uv/install.sh | sh curl -sSfL https://github.com/tdewolff/minify/releases/latest/download/minify_linux_amd64.tar.gz \ | tar -xz -C ~/.local/bin minify - build: | cd cleberg.net - uv run build.py + ~/.local/bin/uv run build.py - deploy: | cd cleberg.net chmod 600 ~/.ssh/id_rsa -- cgit v1.2.3