We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd5d3a commit 28f4cb1Copy full SHA for 28f4cb1
1 file changed
.github/workflows/test.yml
@@ -17,6 +17,7 @@ jobs:
17
- name: tests and coverage
18
run: | # top line is for building cvxopt from source, which is recently necessary for Python 3.14, too new for prebuilt wheel
19
sudo apt-get install -y libblas-dev liblapack-dev libsuitesparse-dev libglpk-dev
20
+ export CVXOPT_GLPK=True CVXOPT_GLPK_INC=/usr/include CVXOPT_GLPK_LIB=/usr/lib/x86_64-linux-gnu
21
pip install -e .[advanced,dev] coveralls
22
coverage run --source=pynumdiff --omit='pynumdiff/_version.py,pynumdiff/tests/*,pynumdiff/utils/old_pi_cruise_control.py' -m pytest -s
23
coverage xml
0 commit comments