From 28ed3647cd7cf71798868e7f7991e16a621c0c54 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 10 May 2020 16:48:08 -0500 Subject: [PATCH] Remove mypy version restriction in Gitlab CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee948cfa..aba8b41a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,7 @@ Documentation: Mypy: script: - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-mypy.sh - - ". ./prepare-and-run-mypy.sh python3 mypy==0.641" + - ". ./prepare-and-run-mypy.sh python3 mypy" tags: - python3 except: -- GitLab