From 24f33665c659c734e6dbb6538c5db77a9a4fa806 Mon Sep 17 00:00:00 2001 From: Johannes Buchner Date: Thu, 27 Jul 2023 18:54:08 -0400 Subject: [PATCH] [ci] quoting --- .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 788f83e..fd5e3e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: - name: Install python dependencies run: | mamba install --quiet --file conda-requirements.txt corner coveralls coverage-lcov - sed --in-place -e s,"report_include",,g -e s,"report_omit",,g /usr/share/miniconda/envs/test/lib/python3.10/site-packages/coverage_lcov/converter.py + 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 conda info -a