File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 8181 # conda env update --name neo-test-env-${{ matrix.python-version }} --file environment_testing.yml --prune
8282
8383 - name : Install git-annex
84+ # this is the trick from the spikeinterface repo for getting git-annex to work with datalad
8485 shell : bash
8586 run : |
8687 pip install datalad-installer
Original file line number Diff line number Diff line change 3333 HAVE_DATALAD = True
3434else :
3535 HAVE_DATALAD = False
36- warnings .warn ("datalad failure" )
36+ # pytest skip doesn't explain why we are skipping.
37+ # warnings are easy to skip for users that don't want to have to read them.
38+ warnings .warn ("datalad failure. Please see installation instructions to run io-testing" )
3739
3840# url_for_tests = "https://portal.g-node.org/neo/" #This is the old place
3941repo_for_test = default_testing_repo
You can’t perform that action at this time.
0 commit comments