Skip to content

Commit c8a6d92

Browse files
committed
fix: update pip installation command in nixpacks.toml
1 parent b963fd5 commit c8a6d92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nixpacks.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[phases.setup]
2-
nixPkgs = ["python312", "pip"]
2+
nixPkgs = ["python312"]
33

44
# Use the default Python install behavior but ensure we use the right requirements file
55
[phases.install]
66
cmds = [
7-
"pip install --upgrade pip",
7+
"python -m pip install --upgrade pip",
88
"pip install -r requirements.txt"
99
]
1010

0 commit comments

Comments
 (0)