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