Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 7629:bad8affdcba7
build: fix indent in yaml.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 11 Sep 2023 03:13:27 -0400 |
| parents | 88c13f6dbc95 |
| children | f4e415e56585 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Mon Sep 11 03:11:46 2023 -0400 +++ b/.github/workflows/ci-test.yml Mon Sep 11 03:13:27 2023 -0400 @@ -213,7 +213,7 @@ -e '/PYTHON3_CACHE_OPT1_EXT=/s/imp\b/importlib/' \ configure; \ ./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; \ - fi + fi case "$PYTHON_VERSION" in nightly) echo skipping xapian build;; *) make && sudo make install; esac - name: Install pytest and other packages needed for running tests
