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: