Skip to content

Commit 34c89ea

Browse files
committed
Reduce workload for testing
1 parent f0af24a commit 34c89ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
linter: ['flake8', 'pylint', 'ruff', 'mypy', 'pytype', 'pyright', 'fixit', 'pyre']
18-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
19-
os: [ubuntu-latest, macos-latest] # doesn't yet work on Windows
17+
linter: ['pyre'] # ['flake8', 'pylint', 'ruff', 'mypy', 'pytype', 'pyright', 'fixit', 'pyre']
18+
python-version: ['3.11'] # ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
19+
os: ['ubuntu-latest'] # [ubuntu-latest, macos-latest] # doesn't yet work on Windows
2020
fail-fast: false
2121

2222
steps:

0 commit comments

Comments
 (0)