From 915c55d7edd8adce21e0afe6c6f6d5e25214908c Mon Sep 17 00:00:00 2001 From: zwitschi Date: Sun, 10 May 2026 13:44:39 +0200 Subject: [PATCH] feat: remove pip installation command from nixpacks configuration --- nixpacks.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index f832e74..08086a4 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,5 +1,4 @@ [phases.install] -cmds = ["pip install -r requirements.txt"] [phases.test] dependsOn = ["install"]