Skip to content

Commit

Permalink
Use correct variable in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic authored Feb 7, 2024
1 parent a5799a8 commit 07ce45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-dandi-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: pip install "dandi[test,extras]"

- 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' }}
if: ${{ matrix.version == 'pydantic2' }}
run: pip install "dandi[test,extras] @ git+https://github.com/dandi/dandi-cli@gh-1352"

- name: Set DANDI_DEVEL=1
Expand Down

0 comments on commit 07ce45d

Please sign in to comment.