From 663f953379dcf9f81b8a68275948491fcd3a65b6 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Fri, 15 Jan 2021 10:25:04 +0000 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cd37811..5f78dd2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,6 @@ jobs: run: | pip install --upgrade pip pip install -r requirements-dev.txt - pip install codecov - name: Run tests run: | make coverage