Skip to content

Commit cf024f4

Browse files
committed
Update CI tool versions and remove test file
Bumped yapf and isort versions in CI workflow to match pyproject.toml. Removed test_hstu_imports.py, which contained import and basic functionality tests for HSTU components.
1 parent 321cb39 commit cf024f4

File tree

2 files changed

+2
-99
lines changed

2 files changed

+2
-99
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
- name: Install Dependencies
6161
run: |
6262
pip install --upgrade pip
63-
# 安装特定版本的格式化工具以确保一致性
64-
pip install yapf==0.32.0 isort==5.10.1 flake8>=3.8.0 mypy>=0.800 toml>=0.10.2
63+
# 安装特定版本的格式化工具以确保一致性(与 pyproject.toml 保持一致)
64+
pip install yapf==0.43.0 isort==5.13.2 flake8>=3.8.0 mypy>=0.800 toml>=0.10.2
6565
6666
- name: Format & Lint
6767
run: |

test_hstu_imports.py

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

0 commit comments

Comments
 (0)