Skip to content

Commit b5a6eb8

Browse files
committed
remove typing/unit tests for now to assess functional ones
1 parent 4d229ae commit b5a6eb8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ jobs:
8080
- name: Install Python dependencies
8181
run: uv sync --frozen
8282

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
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
8989

9090
- name: Run functional tests
9191
run: uv run pytest tests/functional -n auto --dist loadgroup

0 commit comments

Comments
 (0)