File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 40
40
uses : actions/checkout@v4
41
41
42
42
- name : Set up Python ${{ matrix.python-version }}
43
- uses : actions/setup-python@v2
43
+ uses : actions/setup-python@v5
44
44
with :
45
45
python-version : ${{ matrix.python-version }}
46
46
55
55
if : runner.os == 'Linux'
56
56
with :
57
57
checkout : false
58
+ skip-install : true
58
59
pytest-extra-args : " --cov=ansys.allie.flowkit.python --cov-report=term --cov-report=html:.cov/html --cov-report=xml:.cov/coverage.xml"
59
60
60
61
- name : Testing (Windows)
63
64
if : runner.os == 'Windows'
64
65
with :
65
66
checkout : false
67
+ skip-install : true
66
68
pytest-extra-args : " --cov=ansys.allie.flowkit.python --cov-report=term --cov-report=html:.cov/html --cov-report=xml:.cov/coverage.xml"
67
69
68
70
- name : Upload coverage results (HTML)
You can’t perform that action at this time.
0 commit comments