Skip to content

Commit

Permalink
[drop before merging] point CLI tests at fixed branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh committed Mar 22, 2024
1 parent 7051d15 commit fd95fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit fd95fba

Please sign in to comment.