Don't run isort on windows - once is enough

This commit is contained in:
Matthias 2020-09-28 19:53:29 +02:00
parent ce228f19dc
commit ace2879265
1 changed files with 0 additions and 4 deletions

View File

@ -160,10 +160,6 @@ jobs:
run: |
flake8
- name: Sort imports (isort)
run: |
isort --check .
- name: Mypy
run: |
mypy freqtrade scripts