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 5b9740b commit 34798abCopy full SHA for 34798ab
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Install dependencies
22
run: |
23
- uv pip install -r requirements.txt
+ uv pip install -r requirements-dev.txt
24
25
- name: run Tests
26
0 commit comments