Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Mar 25, 2021
1 parent 4b27d24 commit 8e0402b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cli-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,7 @@ jobs:
run: pip install "dandi[test] @ git+https://github.com/dandi/dandi-cli"

- name: Run dandi-api tests in dandi-cli
run: python -m pytest -s -v --dandi-api --pyargs dandi
run: |
python -m pytest -s -v --dandi-api \
"$pythonLocation/lib/python${{ matrix.python }}/site-packages/dandi"
working-directory: /tmp

0 comments on commit 8e0402b

Please sign in to comment.