Skip to content

Commit b994423

Browse files
address comments
1 parent a9b600c commit b994423

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v4
4141

4242
- name: Set up Python ${{ matrix.python-version }}
43-
uses: actions/setup-python@v2
43+
uses: actions/setup-python@v5
4444
with:
4545
python-version: ${{ matrix.python-version }}
4646

@@ -55,6 +55,7 @@ jobs:
5555
if: runner.os == 'Linux'
5656
with:
5757
checkout: false
58+
skip-install: true
5859
pytest-extra-args: "--cov=ansys.allie.flowkit.python --cov-report=term --cov-report=html:.cov/html --cov-report=xml:.cov/coverage.xml"
5960

6061
- name: Testing (Windows)
@@ -63,6 +64,7 @@ jobs:
6364
if: runner.os == 'Windows'
6465
with:
6566
checkout: false
67+
skip-install: true
6668
pytest-extra-args: "--cov=ansys.allie.flowkit.python --cov-report=term --cov-report=html:.cov/html --cov-report=xml:.cov/coverage.xml"
6769

6870
- name: Upload coverage results (HTML)

0 commit comments

Comments
 (0)