mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[CI] Fix processing of coverage test outputs
Already fixed upstream (https://github.com/gcovr/gcovr/pull/883), so future versions of gcovr should work fine.
This commit is contained in:
parent
80b308b30c
commit
872dbd3c87
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user