diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 46c5d58c..7cb95846 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -224,6 +224,7 @@ jobs: pip install Markdown; fi - name: Install xapian + if: matrix.python-version != '3.14' run: | set -xv sudo apt-get install libxapian-dev @@ -254,7 +255,7 @@ jobs: diff -u configure.FCS configure || true; \ ./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; \ fi - case "$PYTHON_VERSION" in "3.13") echo skipping xapian build;; *) make && sudo make install; esac + case "$PYTHON_VERSION" in "3.14") echo skipping xapian build;; *) make && sudo make install; esac - name: Test build roundup and install locale so lang tests work. run: |