This website requires JavaScript.
Explore
Help
Register
Sign In
kubeflow
/
pipelines
mirror of
https://github.com/kubeflow/pipelines.git
Watch
1
Star
0
Fork
You've already forked pipelines
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0.1.8
pipelines
/
sdk
/
python
/
kfp
/
v2
/
compiler_cli_tests
/
README.md
117 B
Raw
Permalink
Blame
History
Compiler unit tests
To update all golden snapshots:
for
f in test_data/*.py
;
do
python3
"
$f
"
;
done