Skip to content

Commit

Permalink
Initialize conda env in test_pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhatribadri authored Dec 16, 2024
1 parent 23061c9 commit 0d9e702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Install pip dependencies
run: |
#source $CONDA/bin/activate
conda init
conda activate qcd_env_test
pip install --requirement .test/requirements.txt
pip install dropbox
Expand Down

0 comments on commit 0d9e702

Please sign in to comment.