From 3374b33e7c27c2daea7967f27d8e3ab53b2523bd Mon Sep 17 00:00:00 2001 From: Mark Saroufim Date: Mon, 4 Nov 2024 17:43:36 -0800 Subject: [PATCH] delete ci requirements file --- .github/workflows/train_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/train_workflow.yml b/.github/workflows/train_workflow.yml index 1b7d44b..171fcd0 100644 --- a/.github/workflows/train_workflow.yml +++ b/.github/workflows/train_workflow.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Install dependencies run: | - pip install -r ci-requirements.txt + pip install numpy torch - name: Create and run training script run: |