Skip to content

Commit 6e4f577

Browse files
t
1 parent d63ce14 commit 6e4f577

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/examples.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Test examples
2-
run-name: "Test examples${{ inputs.pull_request_number != '' && format(' PR #{0}', inputs.pull_request_number) || '' }}"
2+
run-name: "Test examples${{ inputs.pull_request_number != '' && format(' PR#{0}', inputs.pull_request_number) || '' }}${{ inputs.pytest_args != '' && format(' [{0}]', inputs.pytest_args) || '' }}"
33
permissions: read-all
44

55
on:
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
name: examples-cpu-pytest-results-${{ matrix.group }}
9797
path: pytest-results.xml
98-
retention-days: 1
98+
retention-days: 7
9999

100100
examples-cuda:
101101
name: Test examples CUDA [${{ matrix.group }}/1]
@@ -160,7 +160,7 @@ jobs:
160160
with:
161161
name: examples-cuda-pytest-results-${{ matrix.group }}
162162
path: pytest-results.xml
163-
retention-days: 1
163+
retention-days: 7
164164

165165
examples-win-cpu:
166166
timeout-minutes: 80
@@ -184,7 +184,7 @@ jobs:
184184
ref: ${{ inputs.pull_request_number != '' && format('refs/pull/{0}/head', inputs.pull_request_number) || github.ref }}
185185
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
186186
with:
187-
python-version: 3.10.14
187+
python-version: "3.10"
188188
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
189189
- name: Install NNCF and test requirements
190190
run: |
@@ -219,7 +219,7 @@ jobs:
219219
with:
220220
name: examples-win-cpu-pytest-results-${{ matrix.group }}
221221
path: pytest-results.xml
222-
retention-days: 1
222+
retention-days: 7
223223

224224
examples-cpu-summary:
225225
name: Examples CPU Summary

0 commit comments

Comments
 (0)