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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -204,8 +204,7 @@ jobs:
204
204
# 3.11 or newer.
205
205
# Change distutils.sysconfig... to just sysconfig and SO
206
206
# to EXT_SUFFIX to get valid value.
207
-
if [[ $PYTHON_VERSION == "3."* ]]; then sed -i -e '/PYTHON3_SO=/s/distutils\.//g' -e '/PYTHON3_SO=/s/"SO"/"EXT_SUFFIX"/g' configure; ./configure
208
-
--prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; fi
207
+
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
209
208
case "$PYTHON_VERSION" in nightly) echo skipping xapian build;; *) make && sudo make install; esac
210
209
211
210
- name: Install pytest and other packages needed for running tests
0 commit comments