Skip to content

Commit 91be109

Browse files
committed
build: fix syntax error.
Bad line break. [skip travis]
1 parent ec63caa commit 91be109

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ jobs:
204204
# 3.11 or newer.
205205
# Change distutils.sysconfig... to just sysconfig and SO
206206
# 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
209208
case "$PYTHON_VERSION" in nightly) echo skipping xapian build;; *) make && sudo make install; esac
210209
211210
- name: Install pytest and other packages needed for running tests

0 commit comments

Comments
 (0)