We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede44ce commit 53fddefCopy full SHA for 53fddef
.github/workflows/tests.yml
@@ -25,5 +25,6 @@ jobs:
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade uv
28
+ uv venv
29
make install
30
pytest
0 commit comments