Skip to content

Commit

Permalink
Fixes: #3862; Added an example Python Support case study
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshumahajan138 committed Oct 31, 2024
1 parent 3a2ac76 commit ac50829
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion example/extending/newlang/5-hello-python/build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ trait PythonModule extends Module {
os.call(Seq(
pipPath.toString,
"install",
"--upgrade",
"pip",
"--break-system-packages",
"--no-warn-script-location"
Expand Down
1 change: 0 additions & 1 deletion example/extending/newlang/6-python-modules/build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ trait PythonModule extends Module {
os.call(Seq(
pipPath.toString,
"install",
"--upgrade",
"pip",
"--break-system-packages",
"--no-warn-script-location"
Expand Down
1 change: 0 additions & 1 deletion example/extending/newlang/7-python-deps/build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ trait PythonModule extends Module {
os.call(Seq(
pipPath.toString,
"install",
"--upgrade",
"pip",
"--break-system-packages",
"--no-warn-script-location"
Expand Down
1 change: 0 additions & 1 deletion example/extending/newlang/8-python-mypy/build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ trait PythonModule extends Module {
os.call(Seq(
pipPath.toString,
"install",
"--upgrade",
"pip",
"--break-system-packages",
"--no-warn-script-location"
Expand Down
1 change: 0 additions & 1 deletion example/extending/newlang/9-python-pex/build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ trait PythonModule extends Module {
os.call(Seq(
pipPath.toString,
"install",
"--upgrade",
"pip",
"--break-system-packages",
"--no-warn-script-location"
Expand Down

0 comments on commit ac50829

Please sign in to comment.