From 150297c3f91a08b0748f57824aded1df93228a4e Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 6 Feb 2024 19:15:57 -0500 Subject: [PATCH] TEMP: add testing against dandi-cli pydantic 2.0 compatibility PR --- .github/workflows/cli-integration.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: |