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
0ada48b55a
pipelines
/
sdk
/
python
/
kfp
/
compiler
/
test_data
/
README.md
139 B
Raw
Blame
History
Pipeline samples for compiler unit tests.
To update all golden snapshots:
for
f in test_data/*.py
;
do
python3
"
$f
"
;
done