From d2234d1af26a6d507a25ee63d1a5cbdab65eef1f Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Tue, 5 Dec 2023 08:28:55 +0100 Subject: [PATCH] install numpy for testing scripts --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0e41138..c73cab1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: - name: Install python dependencies run: | - mamba install --quiet --file conda-requirements.txt corner coveralls + mamba install --quiet --file conda-requirements.txt corner coveralls numpy pip install git+https://github.com/JohannesBuchner/coverage-lcov #sed --in-place -e 's,"report_include",,g' -e 's,"report_omit",,g' /usr/share/miniconda/envs/*/lib/python*/site-packages/coverage_lcov/converter.py conda list