From 4e81d51a06b0a1835feb949d7b62b89105a9bec3 Mon Sep 17 00:00:00 2001 From: Romain Hugonnet Date: Tue, 7 May 2024 11:24:41 -0800 Subject: [PATCH] Pin coverage version for lcov to work* --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index faaca1c3..749bf5d2 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -88,7 +88,7 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Setup pip dependencies - run: pip install pytest-cov coveralls coveragepy-lcov + run: pip install pytest-cov coveralls coveragepy-lcov 'coverage<7' - name: Print conda environment (for debugging) run: |