From 1199dc2e2218340b2506efe21f81899fed36c729 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Mon, 14 Nov 2022 13:54:55 -0600
Subject: [PATCH] Install pytest for mypy CI

---
 .github/workflows/ci.yml | 2 +-
 .gitlab-ci.yml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 660f536..2995275 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
                 curl -L -O https://tiker.net/ci-support-v0
                 . ./ci-support-v0
                 build_py_project_in_conda_env
-                python -m pip install mypy
+                python -m pip install mypy pytest
                 ./run-mypy.sh
 
     pytest3_pocl:
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6250043..f830dfc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -106,7 +106,7 @@ Mypy:
     curl -L -O https://tiker.net/ci-support-v0
     . ./ci-support-v0
     build_py_project_in_venv
-    python -m pip install mypy
+    python -m pip install mypy pytest
     ./run-mypy.sh
   tags:
   - python3
-- 
GitLab