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 16, 2024
1 parent ec40fd8 commit d3f1266
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/test_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,21 @@ jobs:
environment-file: 'qcd_environment_shr.yaml'
#use-channel-priority: true

# - name: SSh into Actions
# uses: actions/checkout@v4
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: SSh into Actions
uses: actions/checkout@v4
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Install pip dependencies
run: |
#source $CONDA/bin/activate
source ~/.bash_profile
conda init
conda activate qcd_env_test
pip install --requirement .test/requirements.txt
pip install dropbox
pip install --upgrade tabulate
pip install --upgrade snakemake
#source $CONDA/bin/activate
#source ~/.bash_profile
# - name: Install singularity
# run: |
# sudo apt-get install -y \
Expand Down

0 comments on commit d3f1266

Please sign in to comment.