Skip to content

Commit

Permalink
🔧 make sure to also always rebuild mqt-core with uv
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer committed Jan 13, 2025
1 parent 77f789c commit b9487e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,10 @@ environment = { MACOSX_DEPLOYMENT_TARGET = "11.0" }


[tool.uv]
reinstall-package = ["mqt.qcec"]
reinstall-package = [
"mqt.core",
"mqt.qcec"
]

[tool.uv.sources]
mqt-qcec = { workspace = true }
Expand Down

0 comments on commit b9487e4

Please sign in to comment.