From f33cf6cc2ea59dcc96879227e904238649f0cbbd Mon Sep 17 00:00:00 2001 From: Trenton Holmes Date: Sat, 12 Mar 2022 16:21:30 -0800 Subject: [PATCH] Fixes coveralls not running --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7aebf6ed1..4adc9854a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,7 @@ jobs: # https://github.com/coveralls-clients/coveralls-python/issues/251 run: | cd src/ - coveralls --service=github + pipenv run coveralls --service=github # build and push image to docker hub. build-docker-image: