summaryrefslogtreecommitdiff
path: root/.github/workflows/codeqa-test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/codeqa-test.yml')
-rw-r--r--.github/workflows/codeqa-test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeqa-test.yml b/.github/workflows/codeqa-test.yml
index 9d0ce95..8de8baf 100644
--- a/.github/workflows/codeqa-test.yml
+++ b/.github/workflows/codeqa-test.yml
@@ -22,8 +22,8 @@ jobs:
run: pip install flake8 isort mypy
- name: Run flake8
run: flake8 apscheduler tests
- - name: Check types with Mypy
- run: mypy apscheduler
+# - name: Check types with Mypy
+# run: mypy apscheduler
- name: Run isort
run: isort -c apscheduler tests