Skip to content

Commit

Permalink
fix(ci): env activated
Browse files Browse the repository at this point in the history
  • Loading branch information
ravnoor committed Dec 15, 2024
1 parent 63baeac commit 51c7f01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-inference-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51c7f01

Please sign in to comment.