Mercurial > p > roundup > code
changeset 7951:9009d489bf5a
test: get xapian working under github actions and python 3.13
issue2551338 xapian doesn't build in CI for 3.13 python
set python version to install sphinx so xapain build can run
[skip travis]
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 12 May 2024 19:33:56 -0400 |
| parents | 29730a09e882 |
| children | abe8d7bcd22b |
| files | .github/workflows/build-xapian.yml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/build-xapian.yml Sun May 12 19:30:47 2024 -0400 +++ b/.github/workflows/build-xapian.yml Sun May 12 19:33:56 2024 -0400 @@ -32,7 +32,7 @@ # get colorized pytest output even without a controlling tty PYTEST_ADDOPTS: "--color=yes" # OS: ${{ matrix.os }} - PYTHON_VERSION: ${{ matrix.python-version }} + PYTHON_VERSION: 3.13 steps: # Checkout the latest code from the repo
