[deps] fix uv conflicts (#7686)

* fix #7678

* Update setup.py

* Update tests.yml

* Update publish.yml

* Update Makefile
This commit is contained in:
hoshi-hiyouga
2025-04-11 18:02:24 +08:00
committed by GitHub
parent a8caf09c7f
commit 1f0c52b73c
5 changed files with 13 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
check_dirs := scripts src tests setup.py
build:
pip install build && python -m build
pip3 install build && python3 -m build
commit:
pre-commit install