From 68b445357abe64b02287865f18717cf19663e22f Mon Sep 17 00:00:00 2001 From: Chase Ruskin Date: Mon, 15 Jul 2024 12:20:20 +0900 Subject: [PATCH] Installs python package to userspace in ci/cd --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 5e165ed..b49c476 100644 --- a/justfile +++ b/justfile @@ -41,7 +41,7 @@ user-install: dev-install: just version-ok just agglo-vhdl - pip install -e src/lib/python --force + pip install --user -e src/lib/python --force orbit install --path src/lib/vhdl --force cargo install --path src/bin/vertex --force