Skip to content

Commit 88285f4

Browse files
committed
trying to fix weird issue where cvxopt isn't installing properly
1 parent a0680e5 commit 88285f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python-version: '3.x'
1717
- name: tests and coverage
1818
run: |
19-
pip install --upgrade pip setuptools wheel
19+
sudo apt-get install -y libblas-dev liblapack-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)