changeset 7895:e13de119d070

test: try fixing exclusion. 3.13 not 3.13*??? [skip travis]
author John Rouillard <rouilj@ieee.org>
date Sat, 20 Apr 2024 14:45:21 -0400
parents 7b0a143ac806
children dc3bf565794a
files .github/workflows/ci-test.yml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml	Sat Apr 20 14:23:32 2024 -0400
+++ b/.github/workflows/ci-test.yml	Sat Apr 20 14:45:21 2024 -0400
@@ -251,7 +251,7 @@
             diff -u configure.FCS configure || true; \
             ./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; \
           fi
-          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
 
       - name: Test build roundup and install locale so lang tests work.
         run: |

Roundup Issue Tracker: http://roundup-tracker.org/