We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0638b commit 7003ff0Copy full SHA for 7003ff0
2 files changed
.github/workflows/matchers/pytest.json
.github/workflows/nox.yml
@@ -22,8 +22,6 @@ jobs:
22
python-version: ${{ matrix.python-version }}
23
- name: Install uv
24
uses: astral-sh/setup-uv@v6
25
- - name: Register Python problem matcher
26
- run: echo "::add-matcher::.github/workflows/matchers/pytest.json"
27
- name: Test with nox using minimal dependencies
28
run: uv run --group nox nox -e "pytest_min_deps-${{ matrix.python-version }}"
29
- name: Test with nox with all dependencies
0 commit comments