Skip to content

Commit

Permalink
Update test_pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhatribadri authored Dec 20, 2024
1 parent 7151a5c commit fd2fdb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ jobs:
env:
DROPBOX_ACCESS_TOKEN: ${{ secrets.DROPBOX_ACCESS_TOKEN }}
run: |
source /Users/Dhatrib/miniconda3/etc/profile.d/conda.sh
#source /Users/Dhatrib/miniconda3/etc/profile.d/conda.sh
source $CONDA/bin/activate
conda activate qcd_env_test
export DROPBOX_ACCESS_TOKEN=${DROPBOX_ACCESS_TOKEN}
python3 download_fastqs.py
Expand Down

0 comments on commit fd2fdb6

Please sign in to comment.