From 4307b24a0629f9f915d5681012f323cb7fa3261d Mon Sep 17 00:00:00 2001 From: fredkingham Date: Fri, 26 Aug 2022 17:30:10 +0100 Subject: [PATCH] updates dependencies --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e73d34f9..f87998864 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} coveralls: name: Indicate completion to coveralls.io - needs: test + needs: integration-test runs-on: ubuntu-latest container: python:3-slim steps: