Skip to content

Commit fd95d3b

Browse files
committed
headache'
1 parent 28f4cb1 commit fd95d3b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ jobs:
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

0 commit comments

Comments
 (0)