From 1d80d3946ee13f90545203c4b2a1134d4fd94cb7 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 13 Oct 2024 14:54:15 -0400 Subject: [PATCH] revert: "ci(windows): pin gcovr to < 8.0" (#3283) Revert "ci(windows): pin gcovr to < 8.0 (#3277)" This reverts commit d3ad63654aa5b80618e1687d65d93e003d7f2d70. --- .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 50eb3c1d..f183243f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1184,7 +1184,7 @@ jobs: shell: msys2 {0} working-directory: build run: | - ${{ steps.python-path.outputs.python-path }} -m pip install "gcovr<8.0" + ${{ steps.python-path.outputs.python-path }} -m pip install gcovr ${{ steps.python-path.outputs.python-path }} -m gcovr . -r ../src \ --exclude-noncode-lines \ --exclude-throw-branches \