File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed
Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 2424 - name : Install dependencies
2525 run : >
2626 uv sync
27- --index-strategy=unsafe-first-match
2827 --no-sources
2928 --all-extras
3029
Original file line number Diff line number Diff line change @@ -56,19 +56,10 @@ dev = [
5656# "mkdocs-material>=9.5.49",
5757# ]
5858
59- [[tool .uv .index ]]
60- name = " pypi"
61- url = " https://pypi.org/simple/"
62-
63- [[tool .uv .index ]]
64- name = " test.pypi"
65- url = " https://test.pypi.org/simple/"
66-
67-
6859[tool .uv .sources ]
69- mkquixote = { path = " ../../../mkquixote" , editable = true }
70- choreographer = { path = " ../../../devtools_protocol" , editable = true }
71- logistro = { path = " ../../../logistro" , editable = true }
60+ # mkquixote = { path = "../../../mkquixote", editable = true }
61+ # choreographer = { path = "../../../devtools_protocol", editable = true }
62+ # logistro = { path = "../../../logistro", editable = true }
7263
7364[tool .ruff .lint ]
7465select = [" ALL" ]
You can’t perform that action at this time.
0 commit comments