We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a1f93 commit 954c6bdCopy full SHA for 954c6bd
.github/workflows/python-package.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install Python
27
run: uv python install ${{ matrix.python-version }}
28
- name: Install dependencies
29
- run: uv sync -i https://pypi.org/simple # Ignore download URLs in uv.lock.
+ run: uv sync
30
- name: Lint with ruff
31
run: |
32
uv run ruff check .
pyproject.toml
@@ -74,6 +74,7 @@ dev-dependencies = [
74
"sphinx",
75
"sphinx-rtd-theme",
76
]
77
+index-url = "https://pypi.org/simple"
78
79
[tool.setuptools.packages.find]
80
where = ["src"]
0 commit comments