From 5f1f8fb4fe416ec414439020e54953a64664c118 Mon Sep 17 00:00:00 2001 From: Leon Rauschning <99650940+lrauschning@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:13:57 +0800 Subject: [PATCH] whoops, enable test --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dcefeea..234c78c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,4 +51,4 @@ jobs: # alias to a call launching the syri entrypoint from python # necessary, as the hacky git install does not install the CLI entrypoints alias syri='python <(echo "import syri.scripts.syri;syri.scripts.syri.main()")' - ./example + ./example/example_workflow.sh