From ca47ac6704692a4376de72640345966f61bccc65 Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Thu, 20 Jun 2024 15:49:50 +0900 Subject: [PATCH] [ci] pass package install options correctly --- .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 3265432..59aadb3 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[extras] + pip install 'coverage_lcov[extras] @ git+https://github.com/JohannesBuchner/coverage-lcov@feature-coverage7' - name: Conda info run: | conda info