We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9c385 commit 7c19dd4Copy full SHA for 7c19dd4
.github/workflows/ci-test.yml
@@ -213,7 +213,7 @@ jobs:
213
-e '/PYTHON3_CACHE_OPT1_EXT=/s/imp\b/importlib/' \
214
configure; \
215
./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; \
216
- fi
+ fi
217
case "$PYTHON_VERSION" in nightly) echo skipping xapian build;; *) make && sudo make install; esac
218
219
- name: Install pytest and other packages needed for running tests
0 commit comments