Skip to content

Commit 596beb5

Browse files
committed
Add uv to workflow and readme.
1 parent e9cbd7c commit 596beb5

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/code-linting-checks.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
shell: "bash"
3838
run: "npm install -g @go-task/cli"
3939

40+
- name: "Install uv"
41+
shell: "bash"
42+
run: "curl --fail --location --silent --show-error https://astral.sh/uv/install.sh | sh"
43+
4044
- name: "Run lint task"
4145
shell: "bash"
4246
run: "task lint:check"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Follow the steps below to develop and contribute to the project.
3131
* CMake 3.23 or higher
3232
* Python 3.10 or higher
3333
* [Task] 3.40.0 or higher
34+
* [uv] 0.7.10 or higher
3435

3536
## Set up
3637
Initialize and update submodules:
@@ -118,3 +119,4 @@ task -a
118119
Look for all tasks under the `lint` namespace (identified by the `lint:` prefix).
119120

120121
[Task]: https://taskfile.dev
122+
[uv]: https://docs.astral.sh/uv

0 commit comments

Comments
 (0)