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.
2 parents 9f4fc6c + c511477 commit f633f55Copy full SHA for f633f55
.gitlab/tests.yml
@@ -6,7 +6,8 @@
6
rules:
7
- if: $CI_PIPELINE_SOURCE == "schedule"
8
- if: $CI_COMMIT_TAG =~ /^\d+\.\d+\.\d+$/
9
- - when: manual
+ - if: $CI_PIPELINE_SOURCE == "web" || $CI_MERGE_REQUEST_TARGET_BRANCH_PROTECTED == "true"
10
+ when: manual
11
12
##### Unit Tests #####
13
unit:
tox.ini
@@ -38,6 +38,9 @@ commands =
38
allowlist_externals =
39
bash, rm
40
deps =
41
+ # Make sure torch 2.8 is used
42
+ torchvision~=0.23.0
43
+
44
# Build onnxsim from sdists for Python 3.12 until http://github.com/daquexian/onnx-simplifier/pull/353
45
py312: onnxsim
46
0 commit comments