diff --git a/.github/workflows/cli-integration.yml b/.github/workflows/cli-integration.yml index 7853a2628..142a3a420 100644 --- a/.github/workflows/cli-integration.yml +++ b/.github/workflows/cli-integration.yml @@ -45,6 +45,7 @@ jobs: dandi-version: - release - master + - pydantic2 env: DANDI_ALLOW_LOCALHOST_URLS: 1 DANDI_TESTS_PULL_DOCKER_COMPOSE: 0 @@ -73,6 +74,10 @@ jobs: - name: Install dev dandi if: matrix.dandi-version == 'master' run: pip install "dandi[test] @ git+https://github.com/dandi/dandi-cli" + + - name: Install dev dandi https://github.com/dandi/dandi-cli/tree/gh-1352 from https://github.com/dandi/dandi-cli/pull/1381 + if: matrix.dandi-version == 'pydantic2' + run: pip install "dandi[test] @ git+https://github.com/dandi/dandi-cli@gh-1352" - name: Run dandi-api tests in dandi-cli run: |