From fd95fba79a60b137ed9fbf54e8a0b52df3577584 Mon Sep 17 00:00:00 2001 From: Mike VanDenburgh Date: Fri, 22 Mar 2024 11:24:17 -0400 Subject: [PATCH] [drop before merging] point CLI tests at fixed branch --- .github/workflows/cli-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli-integration.yml b/.github/workflows/cli-integration.yml index 7853a26287..c115ed91d0 100644 --- a/.github/workflows/cli-integration.yml +++ b/.github/workflows/cli-integration.yml @@ -72,7 +72,7 @@ jobs: - name: Install dev dandi if: matrix.dandi-version == 'master' - run: pip install "dandi[test] @ git+https://github.com/dandi/dandi-cli" + run: pip install "dandi[test] @ git+https://github.com/dandi/dandi-cli.git@8b76c82fe98b719af21abb1fcb10e2040b43b2c5" - name: Run dandi-api tests in dandi-cli run: |