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 4d229ae commit b5a6eb8Copy full SHA for b5a6eb8
.github/workflows/main.yml
@@ -80,12 +80,12 @@ jobs:
80
- name: Install Python dependencies
81
run: uv sync --frozen
82
83
- - name: Check typing
84
- run: uv run mypy
85
- if: ${{ matrix.os.name == 'linux' }}
86
-
87
- - name: Run unit tests
88
- run: uv run pytest tests/unit --cov --cov-config=pyproject.toml --cov-report=xml
+# - name: Check typing
+# run: uv run mypy
+# if: ${{ matrix.os.name == 'linux' }}
+#
+# - name: Run unit tests
+# run: uv run pytest tests/unit --cov --cov-config=pyproject.toml --cov-report=xml
89
90
- name: Run functional tests
91
run: uv run pytest tests/functional -n auto --dist loadgroup
0 commit comments