Skip to content

Commit

Permalink
TEMP: add testing against dandi-cli pydantic 2.0 compatibility PR
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Feb 7, 2024
1 parent e0f7849 commit 150297c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cli-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
dandi-version:
- release
- master
- pydantic2
env:
DANDI_ALLOW_LOCALHOST_URLS: 1
DANDI_TESTS_PULL_DOCKER_COMPOSE: 0
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 150297c

Please sign in to comment.