From 51c7f011636e5fe3d1d221d9c85f37097d003a6b Mon Sep 17 00:00:00 2001 From: Ravnoor Gill Date: Sun, 15 Dec 2024 02:23:10 -0500 Subject: [PATCH] fix(ci): env activated --- .github/workflows/test-inference-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-inference-pipeline.yml b/.github/workflows/test-inference-pipeline.yml index 06c050d..a288130 100644 --- a/.github/workflows/test-inference-pipeline.yml +++ b/.github/workflows/test-inference-pipeline.yml @@ -29,6 +29,7 @@ jobs: run: | eval "$(conda shell.bash hook)" conda create -n deepFCD python=3.8 + conda activate deepFCD python -m pip install -r ./app/requirements.txt conda install -c conda-forge pygpu==0.7.6 pip cache purge