We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9c754 commit 0efd71aCopy full SHA for 0efd71a
.github/workflows/ci.yml
@@ -23,7 +23,6 @@ jobs:
23
uses: astral-sh/setup-uv@v7
24
with:
25
python-version: ${{ matrix.python-version }}
26
- enable-cache: true
27
- name: Install the project
28
run: uv sync --locked --all-extras --group test
29
- name: Run tests
0 commit comments