Skip to content

Commit

Permalink
Adds python upgrade of setuptools in ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseruskin committed Jul 15, 2024
1 parent 68b4453 commit 3949a3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ user-install:
dev-install:
just version-ok
just agglo-vhdl
pip install --user -e src/lib/python --force
pip install --upgrade setuptools
pip install -e src/lib/python --force
orbit install --path src/lib/vhdl --force
cargo install --path src/bin/vertex --force

Expand Down
2 changes: 1 addition & 1 deletion src/lib/vhdl/Orbit.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies = []
name = "vertex"
version = "0.1.0"
uuid = "4f86de3f-64f2-4252-a150-4276788dafcf"
url = "https://github.com/cdotrus/vertex/archive/refs/tags/0.1.0.zip"
url = "https://github.com/cdotrus/vertex/archive/refs/tags/{{orbit.ip.version}}.zip"
dependencies = ["amp:1.0.0"]

0 comments on commit 3949a3a

Please sign in to comment.