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 751bfc9 commit 972f5ddCopy full SHA for 972f5dd
.github/workflows/cat-test-examples.yml
@@ -1,10 +1,6 @@
1
name: CAT
2
3
on:
4
- push:
5
- branches: [ main ]
6
- pull_request:
7
8
workflow_dispatch:
9
10
jobs:
.github/workflows/python-tests.yml
@@ -27,4 +27,7 @@ jobs:
27
run: uv sync --all-extras --dev
28
29
- name: Run unit tests
30
- run: uv run mypy src && uv run pytest
+ run: uv run pytest
31
+
32
+ - name: Type check Python code
33
+ run: uv run mypy src
0 commit comments