From ab16ad7a7c84089c7daa923c52ae239e6ee105c2 Mon Sep 17 00:00:00 2001 From: Pringled Date: Fri, 27 Sep 2024 10:38:31 +0200 Subject: [PATCH] Added CI for codeconv --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e4e419c..e0951a5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-python@v4 - name: Install uv - run: sudo apt-get update && sudo apt-get install -y uv + run: curl -LsSf https://astral.sh/uv/install.sh | sh - name: Install dependencies run: make install