Skip to content

Commit

Permalink
Run docs-lint on 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Apr 11, 2024
1 parent 79d210e commit f369bd1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
python-version: ['3.8']
tox-action:
- lint
- lint_docs
- mypy
- unit-quick
#- unit-diagnostic-servebasic
Expand All @@ -42,6 +41,8 @@ jobs:
tox-action: mypy
- python-version: '3.11'
tox-action: unit-quick
- python-version: '3.11'
tox-action: lint_docs
services:
postgres:
image: postgres:10.8
Expand Down Expand Up @@ -88,7 +89,7 @@ jobs:
node-version: '18.12.1'
- uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.11'
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip setuptools
Expand Down

0 comments on commit f369bd1

Please sign in to comment.