diff --git a/.github/workflows/dandi-dev.yml b/.github/workflows/dandi-dev.yml index 8664d8263..6d51d615a 100644 --- a/.github/workflows/dandi-dev.yml +++ b/.github/workflows/dandi-dev.yml @@ -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 diff --git a/.github/workflows/deploy-tests.yml b/.github/workflows/deploy-tests.yml index cf243a0e6..682adffde 100644 --- a/.github/workflows/deploy-tests.yml +++ b/.github/workflows/deploy-tests.yml @@ -52,12 +52,12 @@ jobs: test-dandi-latest: needs: assess-file-changes if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }} - uses: neurodatawithoutborders/nwbinspector/.github/workflows/dandi-release.yml@dev + uses: neurodatawithoutborders/nwbinspector/.github/workflows/dandi-release.yml@try_removing_dandi_tox test-dandi-dev: needs: assess-file-changes if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }} - uses: neurodatawithoutborders/nwbinspector/.github/workflows/dandi-dev.yml@dev + uses: neurodatawithoutborders/nwbinspector/.github/workflows/dandi-dev.yml@try_removing_dandi_tox check-final-status: name: All tests passing