Skip to content

Commit

Permalink
attempt dandi tests without tox
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Feb 2, 2024
1 parent b882d36 commit aeeefe3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dandi-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
cd ../dandi-cli
# If testing against a specific branch or commit, might need to use pytest instead of tox
# tox uses the site-package, but also seems to configure a couple other things
# pytest -vv
pip install tox
tox -e py3
pytest -vv
#pip install tox
#tox -e py3

0 comments on commit aeeefe3

Please sign in to comment.