Skip to content

Commit

Permalink
Merge branch 'run_tests' of https://github.com/catalystneuro/neuroconv
Browse files Browse the repository at this point in the history
…into run_tests
  • Loading branch information
CodyCBakerPhD committed Jul 21, 2022
2 parents fdb4887 + 335dec1 commit afc0453
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
uses: crazy-max/[email protected]
with:
args: install git-annex --ignore-checksums
- if: ${{ (steps.cache-ecephys-datasets.outputs.cache-hit == false || steps.cache-ophys-datasets.outputs.cache-hit == false || steps.cache-behavior-datasets.outputs.cache-hit == false) && matrix.os == 'windows-latest' }}
name: Get datalad - Windows
run: pip install datalad==0.16.3

- if: steps.cache-ecephys-datasets.outputs.cache-hit == false && (matrix.os == 'ubuntu-latest' || matrix.os == 'windows-latest')
name: "Force GIN: ecephys download"
Expand Down

0 comments on commit afc0453

Please sign in to comment.