mirror of
https://github.com/graphql-python/graphene.git
synced 2025-06-19 21:13:10 +03:00
dont install ruff
This commit is contained in:
parent
e1d1d5197e
commit
7c07f73534
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install ruff tox
|
pip install tox
|
||||||
- name: Run lint
|
- name: Run lint
|
||||||
run: tox
|
run: tox
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user