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 1bca1a6 commit 6d001c6Copy full SHA for 6d001c6
.github/workflows/ci-test.yml
@@ -170,7 +170,7 @@ jobs:
170
if [[ $PYTHON_VERSION == "2."* ]]; then pip install sphinx==1.8.5; fi
171
if [[ $PYTHON_VERSION == '3.'* ]] ; then pip install sphinx; fi
172
if [[ $PYTHON_VERSION == '3.12'* ]] ; then \
173
- XAPIAN_VER=1.4.20; \
+ XAPIAN_VER=1.4.22; \
174
else
175
XAPIAN_VER=$(dpkg -l libxapian-dev | tail -n 1 | awk '{print $3}' | cut -d '-' -f 1); echo $XAPIAN_VER; \
176
fi
0 commit comments