Skip to content

Commit

Permalink
fix: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-eecs committed Apr 16, 2024
1 parent 9bb02cc commit a3026bb
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,14 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
- name: Install TorchOpt
- name: Install DeepSeek-VL
env:
USE_FP16: "OFF"
TORCH_CUDA_ARCH_LIST: "Auto"
run: |
python -m pip install torch numpy pybind11
python -m pip install -vvv --no-build-isolation --editable '.[lint]'
- name: pre-commit
run: |
make pre-commit
- name: ruff
run: |
make ruff
- name: flake8
run: |
make flake8
- name: isort and black
run: |
make py-format
Expand Down

0 comments on commit a3026bb

Please sign in to comment.