File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 with :
1616 python-version : ' 3.x'
1717 - 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
18+ run : | # lines before pip install are 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
20+ export CVXOPT_GLPK=True
21+ export CVXOPT_GLPK_INC=/usr/include
22+ export CVXOPT_GLPK_LIB=/usr/lib/x86_64-linux-gnu
2123 pip install -e .[advanced,dev] coveralls
2224 coverage run --source=pynumdiff --omit='pynumdiff/_version.py,pynumdiff/tests/*,pynumdiff/utils/old_pi_cruise_control.py' -m pytest -s
2325 coverage xml
You can’t perform that action at this time.
0 commit comments