Skip to content

Commit

Permalink
test: get xapian working under github actions and python 3.13
Browse files Browse the repository at this point in the history
issue2551338 xapian doesn't build in CI for 3.13 python

set python version to install sphinx so xapain build can run

[skip travis]
  • Loading branch information
rouilj committed May 12, 2024
1 parent 36ccee7 commit 76a99db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-xapian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# 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
Expand Down

0 comments on commit 76a99db

Please sign in to comment.