summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2020-09-28 13:04:58 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2020-09-28 13:04:58 +0300
commitd9176025b65c32066985d8ed66fec7572532776e (patch)
tree20bd8d94b4768623d3d78ec71841a533b886f076 /.github
parent654074995cb0614a9abec5b0bdd65f30bbd9564c (diff)
downloadapscheduler-d9176025b65c32066985d8ed66fec7572532776e.tar.gz
Disable mypy runs for now
They'll be enabled once the code churn dies down.
Diffstat (limited to '.github')
-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