feat: remove pip installation command from nixpacks configuration
Build and Deploy Docker Container / test (push) Successful in 17s
Build and Deploy Docker Container / build-and-deploy (push) Successful in 49s

This commit is contained in:
2026-05-10 13:44:39 +02:00
parent 788f3ea6b7
commit 915c55d7ed
-1
View File
@@ -1,5 +1,4 @@
[phases.install] [phases.install]
cmds = ["pip install -r requirements.txt"]
[phases.test] [phases.test]
dependsOn = ["install"] dependsOn = ["install"]