mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
CI: Run lint and docs on Python 3.11
This commit is contained in:
parent
45035f2ea3
commit
56ace2946e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-docs.yml
vendored
2
.github/workflows/test-docs.yml
vendored
|
@ -100,7 +100,7 @@ jobs:
|
|||
TESTING_SQLALCHEMY_DATABASE_URI: 'mysql+pymysql://root:ihatemoney@localhost:3306/ihatemoney_ci'
|
||||
- name: Run Lint & Docs
|
||||
run: tox -e lint_docs
|
||||
if: matrix.python-version == '3.8'
|
||||
if: matrix.python-version == '3.11'
|
||||
- name: Run vermin to check Python compat
|
||||
run: |
|
||||
python -m pip install vermin
|
||||
|
|
Loading…
Reference in a new issue