From c347bd09a76be21dad4ec2193b0bd86f086cfcca Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Mon, 3 Apr 2023 14:30:19 +0100 Subject: [PATCH] non editable install --- actions/install-spinn-deps/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/install-spinn-deps/action.yml b/actions/install-spinn-deps/action.yml index ee0470c..b3cc2c0 100644 --- a/actions/install-spinn-deps/action.yml +++ b/actions/install-spinn-deps/action.yml @@ -39,7 +39,7 @@ runs: for repo in $DEPENDENCIES; do if [ -f "$repo/setup.cfg" ]; then echo "::group::Installing $repo" - (cd $repo && pip install -e .) + pip install ./$repo echo "::endgroup::" else echo "::group::Setting up $repo"