Mercurial > p > roundup > code
comparison .github/workflows/build-xapian.yml @ 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 |
comparison
equal
deleted
inserted
replaced
| 7950:29730a09e882 | 7951:9009d489bf5a |
|---|---|
| 30 | 30 |
| 31 env: | 31 env: |
| 32 # get colorized pytest output even without a controlling tty | 32 # get colorized pytest output even without a controlling tty |
| 33 PYTEST_ADDOPTS: "--color=yes" | 33 PYTEST_ADDOPTS: "--color=yes" |
| 34 # OS: ${{ matrix.os }} | 34 # OS: ${{ matrix.os }} |
| 35 PYTHON_VERSION: ${{ matrix.python-version }} | 35 PYTHON_VERSION: 3.13 |
| 36 | 36 |
| 37 steps: | 37 steps: |
| 38 # Checkout the latest code from the repo | 38 # Checkout the latest code from the repo |
| 39 - name: Checkout source | 39 - name: Checkout source |
| 40 # example directives: | 40 # example directives: |
