Skip to content
Snippets Groups Projects
Commit 2ededcc9 authored by Julien Girard-Satabin's avatar Julien Girard-Satabin
Browse files

[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
...@@ -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:
......
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment