We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7a26b commit f8218d7Copy full SHA for f8218d7
.github/workflows/linting.yml
@@ -16,6 +16,9 @@ jobs:
16
- name: Install uv
17
run: pip install uv
18
19
+ - name: Create venv
20
+ run: uv venv
21
+
22
- name: Install package with dev dependencies
23
run: uv pip install -e ".[dev]"
24
.github/workflows/type-check.yml
@@ -17,6 +17,9 @@ jobs:
25
0 commit comments