comparison .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
comparison
equal deleted inserted replaced
7628:88c13f6dbc95 7629:bad8affdcba7
211 -e '/PYTHON3_CACHE_TAG=/s/imp;print(imp.get_tag())/sys;print(sys.implementation.cache_tag)/' \ 211 -e '/PYTHON3_CACHE_TAG=/s/imp;print(imp.get_tag())/sys;print(sys.implementation.cache_tag)/' \
212 -e '/PYTHON3_CACHE_OPT1_EXT=/s/imp\.get_tag()/sys.implementation.cache_tag/g' \ 212 -e '/PYTHON3_CACHE_OPT1_EXT=/s/imp\.get_tag()/sys.implementation.cache_tag/g' \
213 -e '/PYTHON3_CACHE_OPT1_EXT=/s/imp\b/importlib/' \ 213 -e '/PYTHON3_CACHE_OPT1_EXT=/s/imp\b/importlib/' \
214 configure; \ 214 configure; \
215 ./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; \ 215 ./configure --prefix=$VIRTUAL_ENV --with-python3 --disable-documentation; \
216 fi 216 fi
217 case "$PYTHON_VERSION" in nightly) echo skipping xapian build;; *) make && sudo make install; esac 217 case "$PYTHON_VERSION" in nightly) echo skipping xapian build;; *) make && sudo make install; esac
218 218
219 - name: Install pytest and other packages needed for running tests 219 - name: Install pytest and other packages needed for running tests
220 run: pip install flake8 mock pytest pytest-cov requests 220 run: pip install flake8 mock pytest pytest-cov requests
221 221

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