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