Skip to content

Commit 28f4cb1

Browse files
committed
trying to link GLPK to quash some warnings
1 parent 9bd5d3a commit 28f4cb1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: tests and coverage
1818
run: | # top line is for building cvxopt from source, which is recently necessary for Python 3.14, too new for prebuilt wheel
1919
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
2021
pip install -e .[advanced,dev] coveralls
2122
coverage run --source=pynumdiff --omit='pynumdiff/_version.py,pynumdiff/tests/*,pynumdiff/utils/old_pi_cruise_control.py' -m pytest -s
2223
coverage xml

0 commit comments

Comments
 (0)