We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03036a3 commit 9c5533bCopy full SHA for 9c5533b
.github/workflows/examples.yml
@@ -27,6 +27,7 @@ jobs:
27
uses: actions/setup-python@v5
28
with:
29
python-version: ${{ matrix.python-version }}
30
+ - name: uv
31
uses: astral-sh/setup-uv@v5
32
33
- name: Install
.github/workflows/pytest.yml
@@ -30,6 +30,7 @@ jobs:
34
35
36
0 commit comments