From ab57e95de638c4c830c138d686639cd1b9e99972 Mon Sep 17 00:00:00 2001 From: agricolab Date: Mon, 16 Dec 2019 11:48:55 +0100 Subject: [PATCH] Pin coverage for CI to 4.5.4 --- .github/workflows/pytest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 732a938..84c1c29 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -21,7 +21,7 @@ jobs: pip install -U pip pip install git+https://github.com/labstreaminglayer/liblsl-Python.git pip install -r requirements.txt - pip install coverage + pip install coverage==4.5.4 pip install pytest-cov pip install pytest pip install . @@ -37,4 +37,4 @@ jobs: - name: Static type checking run: | pip install mypy - mypy \ No newline at end of file + mypy