Skip to content

Commit 33ab7a4

Browse files
committed
Add Pipfile to samples, which leverages sdk from local sdk source
1 parent bb15291 commit 33ab7a4

File tree

2 files changed

+752
-0
lines changed

2 files changed

+752
-0
lines changed

samples/Pipfile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
kfp-tekton = {editable = true, path = "./../sdk/python"}
8+
9+
[dev-packages]
10+
11+
[requires]
12+
python_version = "3.11"

0 commit comments

Comments
 (0)