Skip to content

Commit 9bd5d3a

Browse files
committed
refining CI more
1 parent 95f5111 commit 9bd5d3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
with:
1616
python-version: '3.x'
1717
- name: tests and coverage
18-
run: |
19-
sudo apt-get install -y libblas-dev liblapack-dev libsuitesparse-dev
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
2020
pip install -e .[advanced,dev] coveralls
2121
coverage run --source=pynumdiff --omit='pynumdiff/_version.py,pynumdiff/tests/*,pynumdiff/utils/old_pi_cruise_control.py' -m pytest -s
2222
coverage xml

0 commit comments

Comments
 (0)