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

check out code otherwise build script aborts.

[skip travis]
  • Loading branch information
rouilj committed May 12, 2024
1 parent 4c5378b commit 36ccee7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build-xapian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,16 @@ jobs:
PYTHON_VERSION: ${{ matrix.python-version }}

steps:
# Setup version of Python to use
# Checkout the latest code from the repo
- name: Checkout source
# example directives:
# disable step
# if: {{ false }}
# continue running if step fails
# continue-on-error: true
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

# Setup version of Python to use
- name: Set Up Python 3.13
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
Expand Down

0 comments on commit 36ccee7

Please sign in to comment.