From a7d9bc8a5e6c84a16a77d05d8cb7b9e47c7e7d6e Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Thu, 20 Jun 2024 15:43:25 +0900 Subject: [PATCH] [ci] install toml too --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 7e642dd..3265432 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -41,7 +41,7 @@ jobs: - name: Install testing dependencies run: | conda install -c conda-forge --file requirements-conda.txt --file requirements-linting-old.txt six packaging pytest coveralls coverage libstdcxx-ng - pip install git+https://github.com/JohannesBuchner/coverage-lcov@feature-coverage7 + pip install git+https://github.com/JohannesBuchner/coverage-lcov@feature-coverage7[extras] - name: Conda info run: | conda info