diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 44ae63886..c04e44b0b 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -74,6 +74,9 @@ jobs: uses: crazy-max/ghaction-chocolatey@v1.6.0 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"