Skip to content

Commit

Permalink
Remove conda env requirement in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jstout211 committed May 28, 2024
1 parent 7fa8ef8 commit eb7ef58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nih2mne-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
path: ~/FSData
key:
FSData.tar.gz
- name: Install conda env
run: cd nih_to_mne; make install_headless_env
- if: ${{ steps.cache-fsdownload.outputs.cache-hit != 'true' }}
run: pip install gdown; gdown --folder ${{ secrets.GDRIVE_MRI }} -O ~/FSData
- name: Pytest
Expand Down

0 comments on commit eb7ef58

Please sign in to comment.