Skip to content

Commit

Permalink
Installs python package to userspace in ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseruskin committed Jul 15, 2024
1 parent 060071a commit 68b4453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 68b4453

Please sign in to comment.