From 8fe4c3b36a41e969f6873a0d3025c7b0411d8e0f Mon Sep 17 00:00:00 2001 From: Asia <2736300+humpydonkey@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:24:54 -0700 Subject: [PATCH] Attempt to fix CI: remove e2b (#129) * Attempt to fix CI: remove e2b * Fix syntax error --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 1f23dc02..afe6e10f 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -95,4 +95,4 @@ jobs: - name: E2B Login run: e2b auth login - name: E2B Publish Sandbox Template - e2b template build -d e2b/e2b.Dockerfile -c "/root/.jupyter/start-up.sh" --cpu-count 2 --memory-mb 1024 \ No newline at end of file + run: e2b template build -d e2b/e2b.Dockerfile -c "/root/.jupyter/start-up.sh" --cpu-count 2 --memory-mb 1024 \ No newline at end of file