Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
d80d5bd2
Unverified
Commit
d80d5bd2
authored
Sep 21, 2023
by
Philip Meier
Committed by
GitHub
Sep 21, 2023
Browse files
exclude onnxruntime==1.16.0 in CI (#7981)
parent
4af68310
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/tests.yml
.github/workflows/tests.yml
+1
-1
No files found.
.github/workflows/tests.yml
View file @
d80d5bd2
...
...
@@ -124,7 +124,7 @@ jobs:
conda activate ci
echo '::group::Install ONNX'
pip install --progress-bar=off onnx onnxruntime
pip install --progress-bar=off onnx onnxruntime
!=1.16.0
echo '::endgroup::'
echo '::group::Install testing utilities'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment