comment out scipy

coverage
Andrew Port 2021-10-19 00:37:34 -07:00
parent 1c333273c6
commit 14a9d6c5d1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
# find and run all unit tests
- name: Compute test coverage
run: |
coverage run --source=svgpathtools -m unittest discover test
# coverage run --source=svgpathtools -m unittest discover test
pip install scipy
coverage run --source=svgpathtools -m unittest discover test # run tests again w/ scipy
coverage html # generate static website detailing coverage