Compare commits
1 Commits
77d4287f12
...
18312502ca
Author | SHA1 | Date | |
---|---|---|---|
18312502ca
|
@@ -27,10 +27,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv manually
|
||||||
uses: https://github.com/astral-sh/setup-uv@v6
|
run: |
|
||||||
with:
|
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||||
enable-cache: true
|
source $HOME/.local/bin/env
|
||||||
|
uv --version
|
||||||
|
|
||||||
- name: Sync dependencies into venv
|
- name: Sync dependencies into venv
|
||||||
run: uv sync --all-extras --dev
|
run: uv sync --all-extras --dev
|
||||||
|
Reference in New Issue
Block a user