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 b46ffae commit 02b17e7Copy full SHA for 02b17e7
.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
45
python-version: ${{ matrix.python }}
46
- name: Set up env
47
run: |
48
- uv sync
+ uv sync --group dev
49
uv pip install -q "${{ matrix.django }}"
50
- name: Run tests
51
0 commit comments