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 1d92a3f commit 3becacbCopy full SHA for 3becacb
.github/workflows/ci-test.yml
@@ -210,7 +210,7 @@ jobs:
210
-e '/PYTHON3_CACHE_OPT1_EXT=/s/imp\.get_tag()/sys.implementation.cache_tag/g' \
211
-e '/PYTHON3_CACHE_OPT1_EXT=/s/imp\b/importlib/g' \
212
configure; \
213
- diff -u configure.FCS configure; \
+ diff -u configure.FCS configure || true; \
214
./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; \
215
fi
216
case "$PYTHON_VERSION" in nightly) echo skipping xapian build;; *) make && sudo make install; esac
0 commit comments