remove uv action
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user