We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a2aab commit 4630580Copy full SHA for 4630580
1 file changed
.github/workflows/ci.yml
@@ -19,6 +19,10 @@ jobs:
19
uses: actions/setup-python@v3
20
with:
21
python-version: "3.13"
22
+ - name: Install dependencies
23
+ run: |
24
+ python -m pip install --upgrade pip
25
+ pip install uv
26
- name: Test with pytest
27
run: |
28
uv run pytest
0 commit comments