You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci-test.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@ jobs:
33
33
name: CI build test
34
34
35
35
# 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 }}
38
38
39
39
#runs-on: ubuntu-latest
40
40
# use below if running on multiple OS's.
@@ -185,7 +185,7 @@ jobs:
185
185
# Change distutils.sysconfig... to just sysconfig and SO
186
186
# to EXT_SUFFIX to get valid value.
187
187
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
189
189
190
190
- name: Install pytest and other packages needed for running tests
0 commit comments