Skip to content

Commit 109c520

Browse files
Set all CI jobs to run linters
1 parent 59f4a6f commit 109c520

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ jobs:
5050
run: |
5151
source .venv/bin/activate
5252
53-
- name: Optional - Install frouros (only used by linters)
54-
if: matrix.python-version == 3.9
53+
- name: Install frouros
5554
run: |
5655
pip install "pytest>=7.4.4,<7.5"
5756
pip install -e .

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ venv = {toxinidir}/.venv
1313
[gh-actions]
1414
python =
1515
3.9: py39, linters
16-
3.10: py310
17-
3.11: py311
18-
3.12: py312
16+
3.10: py310, linters
17+
3.11: py311, linters
18+
3.12: py312, linters
1919

2020
[testenv]
2121
# Force to upgrade pip/wheel/setuptools to the latest version

0 commit comments

Comments
 (0)