From 8cc4c469fc423ff4554a4341438aa3b8941d395a Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Mon, 5 Aug 2024 07:13:11 +0200 Subject: [PATCH] [ci] install toml --- .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 73b2f84..5bb0cb2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: - name: Install python dependencies run: | - micromamba install -c conda-forge --file conda-requirements.txt python=${{ matrix.python-version }} corner coveralls pytest + micromamba install -c conda-forge --file conda-requirements.txt python=${{ matrix.python-version }} corner coveralls pytest toml pip install git+https://github.com/JohannesBuchner/coverage-lcov@feature-coverage7 #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