From 44cd3d325be9f349a42b6de201d63531394e7ef6 Mon Sep 17 00:00:00 2001 From: Matthieu Dartiailh Date: Thu, 12 May 2022 08:58:39 +0200 Subject: [PATCH] cis: install pytest when running type checks --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e213a892..ebc14f55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Install tools run: | python -m pip install --upgrade pip - pip install flake8 black isort mypy + pip install flake8 black isort mypy pytest pip install git+https://github.com/pyvisa/pyvisa.git#egg=pyvisa - name: Isort run: |