Skip to content

Commit 1fe773c

Browse files
author
TRIP(appergb)
committed
fix: 修复CI中ml-sharp包安装路径问题
- 使用相对路径 ./ml-sharp/ 替代 ml-sharp/ - 解决pyproject.toml未被识别的问题
1 parent 26faee3 commit 1fe773c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
python -m pip install --upgrade pip
3535
pip install -r requirements.txt
36-
pip install -e ml-sharp/
36+
pip install -e ./ml-sharp/
3737
pip install pytest pytest-cov flake8 black isort mypy
3838
3939
- name: Lint with flake8

0 commit comments

Comments
 (0)