We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4000b20 commit 293cfa2Copy full SHA for 293cfa2
2 files changed
.github/workflows/cd.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Install dependencies
46
shell: bash
47
- run: uvx add --dev uvtask && uvx uvtask dev-install
+ run: uv add --dev uvtask && uvx uvtask dev-install
48
49
- name: Set version
50
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: security-analysis-licenses
0 commit comments