diff --git a/.github/workflows/nih2mne-actions.yml b/.github/workflows/nih2mne-actions.yml index f010e49..78677c2 100755 --- a/.github/workflows/nih2mne-actions.yml +++ b/.github/workflows/nih2mne-actions.yml @@ -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