From ba2f0005739bc3d844b220249f38b5a9149ef01c Mon Sep 17 00:00:00 2001 From: Sean Greaves <23040351+ribenamaplesyrup@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:16:25 +0100 Subject: [PATCH] Update railway.toml --- railway.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/railway.toml b/railway.toml index d1265c8..40a5860 100644 --- a/railway.toml +++ b/railway.toml @@ -1,8 +1,6 @@ [build] builder = "nixpacks" buildCommand = """ - conda create -n candystore python=3.10 -y && \ - conda activate candystore && \ pip install -e . && \ jupyter nbextension enable --py --sys-prefix ipyleaflet """