Skip to content

Commit ff07914

Browse files
committed
test: try fixing exclusion. 3.13 not 3.13*???
[skip travis]
1 parent 29850b7 commit ff07914

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
@@ -251,7 +251,7 @@ jobs:
251251
diff -u configure.FCS configure || true; \
252252
./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; \
253253
fi
254-
case "$PYTHON_VERSION" in "3.13*") echo skipping xapian build;; *) make && sudo make install; esac
254+
case "$PYTHON_VERSION" in "3.13") echo skipping xapian build;; *) make && sudo make install; esac
255255
256256
- name: Test build roundup and install locale so lang tests work.
257257
run: |

0 commit comments

Comments
 (0)