Skip to content

Commit 45943ab

Browse files
committed
ci: Install Sphinx < 8.0
Version 8.0 dropped support for Python versions sdbus still supports. This results in mypy failures.
1 parent 39fd0f3 commit 45943ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
python -m venv --system-site-packages venv
5656
./venv/bin/pip install --upgrade \
5757
mypy isort flake8 pyflakes pycodestyle \
58-
jinja2 Sphinx types-setuptools meson
58+
jinja2 'Sphinx<8.0' types-setuptools meson
5959
- name: Run linters
6060
run: |
6161
export PATH="$(readlink -f ./venv/bin):${PATH}"

0 commit comments

Comments
 (0)