Skip to content

Commit

Permalink
Update github-actions-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spichardo committed Sep 14, 2024
1 parent 2a29b36 commit e5c1704
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ jobs:
#- uses: actions/checkout@v2
- name: Activate Conda
run: |
whoami
/Users/spichardo/miniconda3/etc/profile.d/conda.sh
conda activate BabelBrain
- name: Copy config files
run: |
cp /Users/spichardo/Public/TempForSim/config.ini Tests/
- name: run pytest
run: |
whoami
/Users/spichardo/miniconda3/etc/profile.d/conda.sh
conda activate BabelBrain
coverage run -m pytest Tests -k 'test_step1_normal[SDR_0p55-CT-H317-Deep_Target-brainsight]'

0 comments on commit e5c1704

Please sign in to comment.