We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527efa2 commit 0d1b6b8Copy full SHA for 0d1b6b8
.github/workflows/pylint.yml
@@ -1,4 +1,4 @@
1
-name: Pylint Workflow
+name: Pylint
2
3
on:
4
pull_request:
.github/workflows/unit_tests_core.yml
@@ -23,8 +23,9 @@ jobs:
23
opset_version: ['18', '15']
24
ort_version: ['1.16.3']
25
os: ['ubuntu-latest', 'windows-2022']
26
- if: ${{ matrix.tf_version == '2.9.0' && matrix.python_version == '3.8' }}
27
runs-on: ${{ matrix.os }}
+ # if: ${{ matrix.tf_version == '2.9.0' && matrix.python_version == '3.8' }}
28
+ if: ${{ matrix.tf_version == '2.9.0' }}
29
30
steps:
31
- name: Set up Python (${{ matrix.python_version }})
@@ -79,7 +80,6 @@ jobs:
79
80
path: ./**/test-results-*.xml
81
82
publish-test-results:
- fail-fast: false
83
name: "Publish Tests Results to Github"
84
needs: run_tests
85
runs-on: ubuntu-latest
0 commit comments