dont install ruff

This commit is contained in:
Dulmandakh 2024-07-05 23:39:44 +08:00
parent e1d1d5197e
commit 7c07f73534

View File

@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff tox
pip install tox
- name: Run lint
run: tox
env: