Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 307e2e3

Browse files
committed
ci: Re-enable running of integration tests
Signed-off-by: John Andersen <[email protected]>
1 parent f0f49b4 commit 307e2e3

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

.ci/run.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ function run_plugin() {
4949
cd "${SRC_ROOT}"
5050

5151
if [ "x${PLUGIN}" = "x." ]; then
52-
exit 0
5352
# Try running create command
5453
plugin_creation_dir="$(mktemp -d)"
5554
TEMP_DIRS+=("${plugin_creation_dir}")

model/scikit/examples/lr/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)