From 14a9d6c5d17725df99ca3ea3bf60c07989811239 Mon Sep 17 00:00:00 2001 From: Andrew Port Date: Tue, 19 Oct 2021 00:37:34 -0700 Subject: [PATCH] comment out scipy --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e6102f1..3699d1e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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