Skip to content

Commit

Permalink
ci: set paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Jan 17, 2025
1 parent 54e7789 commit cba1a43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/ci-02-run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ set -euxo pipefail
source /opt-3/cpython-v3.*-apt-deb/bin/activate

[[ $(python3 setup.py --version) =~ ^[0-9]+.* ]]
export \
PYODESYS_CVODE_FLAGS="-isystem $SUNDBASE/include -isystem /usr/include/suitesparse" \
PYODESYS_CVODE_LDFLAGS="-Wl,--disable-new-dtags -Wl,-rpath,$SUNDBASE/lib -L$SUNDBASE/lib"

./scripts/run_tests.sh --cov chempy --cov-report html
./scripts/coverage_badge.py htmlcov/ htmlcov/coverage.svg

0 comments on commit cba1a43

Please sign in to comment.