Skip to content

Commit 36c6c88

Browse files
committed
issue2551277 - disable xapian testing github python 3.12
Details https://issues.roundup-tracker.org/issue2551277
1 parent 13dbdd7 commit 36c6c88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
name: CI build test
3434

3535
# run the finalizer for coveralls even if one or more
36-
# matrix runs fail.
37-
# continue-on-error: true
36+
# experimental matrix runs fail.
37+
# continue-on-error: ${{ matrix.experimental }}
3838

3939
#runs-on: ubuntu-latest
4040
# use below if running on multiple OS's.
@@ -185,7 +185,7 @@ jobs:
185185
# Change distutils.sysconfig... to just sysconfig and SO
186186
# to EXT_SUFFIX to get valid value.
187187
if [[ $PYTHON_VERSION == "3."* ]]; then sed -i -e '/PYTHON3_SO=/s/distutils\.//g' -e '/PYTHON3_SO=/s/"SO"/"EXT_SUFFIX"/g' configure; ./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; fi
188-
case "$PYTHON_VERSION" in nightly) echo skipping xapian build;; *) make && sudo make install; esac
188+
case "$PYTHON_VERSION" in nightly|3.12*) echo skipping xapian build;; *) make && sudo make install; esac
189189
190190
- name: Install pytest and other packages needed for running tests
191191
run: pip install flake8 mock pytest pytest-cov requests

0 commit comments

Comments
 (0)