From 335dec16cf4bec5ea26fbc1c9cc99d8eef8002eb Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Thu, 21 Jul 2022 09:25:48 -0400 Subject: [PATCH] fix windows datalad --- .github/workflows/testing.yml | 3 +++ 1 file changed, 3 insertions(+) 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"