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 d3f1266 commit fe28752
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@ 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 /Users/Dhatrib/miniconda3/etc/profile.d/conda.sh
conda init
conda activate qcd_env_test
pip install --requirement .test/requirements.txt
Expand Down

0 comments on commit fe28752

Please sign in to comment.