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