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 6cd1399 commit 40f54caCopy full SHA for 40f54ca
.github/workflows/ci.yml
@@ -72,6 +72,9 @@ jobs:
72
- name: Install requirements dev
73
run: python -m pip install -r requirements-dev.txt
74
75
+ - name: Uninstall onnx-diagnostic
76
+ run: python -m pip uninstall -y onnx-diagnostic
77
+
78
- name: Uninstall onnx and install onnx-weekly
79
run: |
80
python -m pip uninstall -y onnx
.github/workflows/documentation.yml
@@ -41,6 +41,9 @@ jobs:
41
42
43
44
45
46
47
48
49
0 commit comments