Skip to content

Commit a3026bb

Browse files
committed
fix: update github action
1 parent 9bb02cc commit a3026bb

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,26 +39,14 @@ jobs:
3939
run: |
4040
python -m pip install --upgrade pip setuptools wheel
4141
42-
- name: Install TorchOpt
42+
- name: Install DeepSeek-VL
4343
env:
4444
USE_FP16: "OFF"
4545
TORCH_CUDA_ARCH_LIST: "Auto"
4646
run: |
4747
python -m pip install torch numpy pybind11
4848
python -m pip install -vvv --no-build-isolation --editable '.[lint]'
4949
50-
- name: pre-commit
51-
run: |
52-
make pre-commit
53-
54-
- name: ruff
55-
run: |
56-
make ruff
57-
58-
- name: flake8
59-
run: |
60-
make flake8
61-
6250
- name: isort and black
6351
run: |
6452
make py-format

0 commit comments

Comments
 (0)