Skip to content

Commit

Permalink
Merge pull request #138 from juglab/fix_ci
Browse files Browse the repository at this point in the history
fix bioimageio ci error on windows
  • Loading branch information
jdeschamps authored Jun 12, 2023
2 parents db225e3 + a4edf36 commit eb8f594
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ isolated_build=true

[testenv]
passenv =
USERNAME
CI
GITHUB_ACTIONS
NUMPY_EXPERIMENTAL_ARRAY_FUNCTION
Expand All @@ -15,4 +16,4 @@ deps =
tensorflow


commands = pytest --ignore=tests/functional/ -m "not bioimage_io"
commands = pytest --ignore=tests/functional/

0 comments on commit eb8f594

Please sign in to comment.