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 a984e92 commit ce1daf6Copy full SHA for ce1daf6
‎.github/workflows/publish.yml‎
@@ -27,6 +27,7 @@ jobs:
27
28
- name: Install dependencies
29
run: |
30
+ uv venv
31
uv pip install -e ".[dev,test]"
32
33
- name: Run tests and checks
‎.github/workflows/test.yml‎
@@ -28,6 +28,7 @@ jobs:
34
- name: Run format checks and typecheck
0 commit comments