We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9a214 commit 35dd1a5Copy full SHA for 35dd1a5
.github/workflows/cli-integration.yml
@@ -75,7 +75,7 @@ jobs:
75
- name: Run dandi-api tests in dandi-cli
76
if: matrix.dandi-version == 'master'
77
run: >
78
- uvx --with "dandi[test] @ git+https://github.com/dandi/dandi-cli"
+ uvx --with "dandi[test] @ git+https://github.com/dandi/dandi-cli@api-vendorization-integration-tests"
79
pytest --pyargs -v --dandi-api dandi
80
env:
81
DANDI_TESTS_PERSIST_DOCKER_COMPOSE: "1"
0 commit comments