xref: /libCEED/python/test-wheel.sh (revision 9bd0a4de615e3a1434ac7c89598f4ee8661d99f4)
1#!/bin/bash -ex
2
3ceed_dir=${1:-.}
4echo "Using CEED_DIR=${ceed_dir}"
5
6#$PYBIN/pip install --upgrade -r requirements-test.txt
7#$PYBIN/pip install libceed --no-index --find-links wheelhouse/
8pushd ${ceed_dir}/python/tests
9python setup-qfunctions.py build
10python -m pytest test-*.py --ceed /cpu/self/opt/blocked -vv
11popd
12