From 48d2f2595dc6993d310cdb3600c8bd3d9ab8a2b8 Mon Sep 17 00:00:00 2001 From: Bjoern Ludwig <bjoern.ludwig@ptb.de> Date: Sat, 21 Jan 2023 01:17:05 +0100 Subject: [PATCH] ci(mypy): introduce hypothesis installation into mypy job as its needed there --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abd7bfa..6d2848a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,7 +69,7 @@ mypy: changes: - "**/*.py" script: - - poetry install --with lint + - poetry install --with lint,test - mypy . pylint: -- GitLab