Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
caisar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
caisar
Commits
2ededcc9
Commit
2ededcc9
authored
8 months ago
by
Julien Girard-Satabin
Browse files
Options
Downloads
Patches
Plain Diff
[ci][test] relax constraints on location of python3 interpreter on test
parent
656b7cd0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-6
0 additions, 6 deletions
.gitlab-ci.yml
lib/onnx/tests/print.ml
+1
-1
1 addition, 1 deletion
lib/onnx/tests/print.ml
with
1 addition
and
7 deletions
.gitlab-ci.yml
+
0
−
6
View file @
2ededcc9
...
@@ -58,12 +58,6 @@ test:
...
@@ -58,12 +58,6 @@ test:
-
nix --extra-experimental-features "nix-command flakes" build
-
nix --extra-experimental-features "nix-command flakes" build
-
nix --extra-experimental-features "nix-command flakes" flake check -L
-
nix --extra-experimental-features "nix-command flakes" flake check -L
test-lib
:
stage
:
test
script
:
-
nix --extra-experimental-features "nix-command flakes" build
-
nix --extra-experimental-features "nix-command flakes" develop --command make test-lib
## Manual generation of the documentation
## Manual generation of the documentation
documentation
:
documentation
:
...
...
This diff is collapsed.
Click to expand it.
lib/onnx/tests/print.ml
+
1
−
1
View file @
2ededcc9
...
@@ -20,7 +20,7 @@ let () =
...
@@ -20,7 +20,7 @@ let () =
let
()
=
let
()
=
let
pid
=
let
pid
=
Unix
.
create_process
"
/usr/bin/
python3"
Unix
.
create_process
"python3"
[
|
"python3"
;
"../../../tests/bin/inspect_onnx.py"
|
]
[
|
"python3"
;
"../../../tests/bin/inspect_onnx.py"
|
]
Unix
.
stdin
Unix
.
stdout
Unix
.
stdout
Unix
.
stdin
Unix
.
stdout
Unix
.
stdout
in
in
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment