From d3ad63654aa5b80618e1687d65d93e003d7f2d70 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Tue, 8 Oct 2024 22:25:59 -0400 Subject: [PATCH] ci(windows): pin gcovr to < 8.0 (#3277) --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2ea0b316..c37a97d8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1189,7 +1189,7 @@ jobs: shell: msys2 {0} working-directory: build run: | - ${{ steps.python-path.outputs.python-path }} -m pip install gcovr + ${{ steps.python-path.outputs.python-path }} -m pip install "gcovr<8.0" ${{ steps.python-path.outputs.python-path }} -m gcovr -r .. \ --exclude-noncode-lines \ --exclude-throw-branches \