diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 789845daf..7312123f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -229,7 +229,7 @@ jobs: - name: Setup python uses: actions/setup-python@v4 with: - python-version: '3.8' + python-version: '3.11' architecture: x64 - name: Install Apt dependencies run: | @@ -241,7 +241,7 @@ jobs: - name: Install Python dependencies run: | python3 -m pip install ruamel.yaml scons numpy cython pandas scipy pytest \ - pytest-github-actions-annotate-failures pytest-cov gcovr pint graphviz + pytest-github-actions-annotate-failures pytest-cov gcovr!=7.0.0 pint graphviz - name: Setup .NET Core SDK uses: actions/setup-dotnet@v2 with: