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 29850b7 commit ff07914Copy full SHA for ff07914
.github/workflows/ci-test.yml
@@ -251,7 +251,7 @@ jobs:
251
diff -u configure.FCS configure || true; \
252
./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; \
253
fi
254
- case "$PYTHON_VERSION" in "3.13*") echo skipping xapian build;; *) make && sudo make install; esac
+ case "$PYTHON_VERSION" in "3.13") echo skipping xapian build;; *) make && sudo make install; esac
255
256
- name: Test build roundup and install locale so lang tests work.
257
run: |
0 commit comments