From 46b4eea39e60876e287dac78c627225bfdb3f1db Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Fri, 31 Jul 2026 09:46:23 +0200 Subject: [PATCH] remove uv action --- .gitea/workflows/deploy.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 30dd3f8..9849b38 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -23,8 +23,8 @@ concurrency: env: # commit tagged ? yes->prod : no->dev AGEBD_ENV: ${{ github.ref_type == 'tag' && 'prod' || 'dev' }} - UV_CACHE_DIR: /sls/bd/hla/.cache/uv - UV_LINK_MODE: copy + UV_CACHE_DIR: /home/svcusr-sls2hla/.cache/uv + UV_LINK_MODE: hardlink jobs: deploy: @@ -50,14 +50,6 @@ jobs: services: - 'services/**' - - name: Install uv - uses: actions/setup-uv@v5 - enable-cache: true - cache-local-path: /sls/bd/hla/.cache/uv - - - name: Install Python 3.10 - run: uv python install 3.10 - - name: Run core tests run: | echo $UV_CACHE_DIR