chore(ci): run mypy only on the latest OS each

This commit is contained in:
Matthias
2025-03-27 18:14:36 +01:00
parent 583e20dc9d
commit 3637d7a54c

View File

@@ -139,6 +139,7 @@ jobs:
ruff format --check
- name: Mypy
if: ${{ matrix.os }} == 'ubuntu-24.04'
run: |
mypy freqtrade scripts tests
@@ -264,6 +265,7 @@ jobs:
ruff format --check
- name: Mypy
if: ${{ matrix.os }} == 'macos-15'
run: |
mypy freqtrade scripts