remove uv action

This commit is contained in:
Benjamin Labrecque
2026-07-31 09:46:23 +02:00
parent 6841351c1c
commit 46b4eea39e
+2 -10
View File
@@ -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