Skip to content

Commit

Permalink
non editable install
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Apr 3, 2023
1 parent 7b41649 commit c347bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/install-spinn-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c347bd0

Please sign in to comment.