Skip to content

Commit c77b619

Browse files
2bndy5shenxianpeng
andauthored
chore: switch to uv (#122)
* remove useless docs/requirements.txt * test: update python-test.yml to fix CI failure --------- Co-authored-by: Xianpeng Shen <[email protected]>
1 parent 2b9e3ec commit c77b619

File tree

6 files changed

+667
-57
lines changed

6 files changed

+667
-57
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
shell: bash
122122
run: |
123123
case "${{ matrix.version }}" in
124-
15|16|18)
124+
15|16|18|20)
125125
clang-format.exe --version
126126
clang-tidy.exe --version
127127
clang-query.exe --version

docs/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/make.bat

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,8 @@ exclude_lines = [
9191
'if __name__ == "__main__"',
9292
"def main",
9393
]
94+
95+
[dependency-groups]
96+
docs = [
97+
"sphinx-immaterial>=0.13.5",
98+
]

0 commit comments

Comments
 (0)