Skip to content

Commit a0680e5

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

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
@@ -16,6 +16,7 @@ jobs:
1616
python-version: '3.x'
1717
- name: tests and coverage
1818
run: |
19+
pip install --upgrade pip setuptools wheel
1920
pip install -e .[advanced,dev] coveralls
2021
coverage run --source=pynumdiff --omit='pynumdiff/_version.py,pynumdiff/tests/*,pynumdiff/utils/old_pi_cruise_control.py' -m pytest -s
2122
coverage xml

0 commit comments

Comments
 (0)