Skip to content

Commit 7c19dd4

Browse files
committed
build: fix indent in yaml.
1 parent 1a9c385 commit 7c19dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
-e '/PYTHON3_CACHE_OPT1_EXT=/s/imp\b/importlib/' \
214214
configure; \
215215
./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; \
216-
fi
216+
fi
217217
case "$PYTHON_VERSION" in nightly) echo skipping xapian build;; *) make && sudo make install; esac
218218
219219
- name: Install pytest and other packages needed for running tests

0 commit comments

Comments
 (0)