From b7b1fe34d34f2d42498716108536ecff123fcd0d Mon Sep 17 00:00:00 2001 From: heswithme Date: Wed, 9 Oct 2024 13:48:33 +0200 Subject: [PATCH] chore: cleanup ci --- .github/workflows/ci.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2b9906b..490263a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,12 +10,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Install uv - uses: astral-sh/setup-uv@v3 - with: - version: "0.4.18" - enable-cache: true # Enables built-in caching for uv - - name: Set up Python 3.12.6 uses: actions/setup-python@v5 with: