From cc81c8a7f2dcc0ccefda2245ac44bdd8fdb86ddd Mon Sep 17 00:00:00 2001 From: Acribbs Date: Tue, 31 Dec 2024 18:21:19 +0100 Subject: [PATCH] Now included --local for testing the pipelines since there is no cluster. --- all-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all-tests.sh b/all-tests.sh index 32e22d59..da572109 100755 --- a/all-tests.sh +++ b/all-tests.sh @@ -6,7 +6,7 @@ set -xue pycodestyle # Run the template pipeline script with the `make all` command -python tests/template_pipeline.py make all +python tests/template_pipeline.py make all --local # Run tests using pytest pytest -v tests/test_import.py