Skip to content

Commit 8067f93

Browse files
committed
Merge branch 'task/add-mobilenet-unet-model' of github.com:KumarLabJax/JABS-behavior-classifier into task/add-mobilenet-unet-model
2 parents fed374e + 88150d8 commit 8067f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_run-tests-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
for pkg in packages/*; do
5050
if [ -d "$pkg/tests" ]; then
5151
echo "Running tests in $pkg/tests"
52-
uv run pytest "$pkg/tests"
52+
uv run pytest "$pkg/tests"
5353
fi
5454
done

0 commit comments

Comments
 (0)