Skip to content

Commit 793adf1

Browse files
committed
Remove index from testing
1 parent 80a4e4e commit 793adf1

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- name: Install dependencies
2525
run: >
2626
uv sync
27-
--index-strategy=unsafe-first-match
2827
--no-sources
2928
--all-extras
3029

src/py/pyproject.toml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff 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]
7465
select = ["ALL"]

0 commit comments

Comments
 (0)