chore(ci): remove UV_LINK_MODE environment variable and replace setup step with Poetry installation
This commit is contained in:
@@ -6,9 +6,6 @@ on:
|
|||||||
- "*"
|
- "*"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
|
||||||
UV_LINK_MODE: copy
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -28,10 +25,8 @@ jobs:
|
|||||||
uses: https://git.quad4.io/actions/setup-task@0ab1b2a65bc55236a3bc64cde78f80e20e8885c2 # v1
|
uses: https://git.quad4.io/actions/setup-task@0ab1b2a65bc55236a3bc64cde78f80e20e8885c2 # v1
|
||||||
with:
|
with:
|
||||||
version: "3.46.3"
|
version: "3.46.3"
|
||||||
- name: Setup uv
|
- name: Setup Poetry
|
||||||
run: |
|
run: pip install poetry
|
||||||
task setup-uv
|
|
||||||
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
|
||||||
- name: Setup Python environment
|
- name: Setup Python environment
|
||||||
run: task setup-python-env
|
run: task setup-python-env
|
||||||
- name: Install Node dependencies
|
- name: Install Node dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user