mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-05 18:36:41 +00:00
install uv
with github action
This commit is contained in:
parent
a3b908acaa
commit
a77e895048
1 changed files with 6 additions and 2 deletions
8
.github/workflows/docs.yml
vendored
8
.github/workflows/docs.yml
vendored
|
@ -11,8 +11,12 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install uv v0.4.2
|
||||
run: curl -LsSf https://astral.sh/uv/0.4.2/install.sh | sh
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v1
|
||||
with:
|
||||
version: "latest"
|
||||
enable-cache: true
|
||||
cache-dependency-glob: "uv.lock"
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue