From 4225f1fe8e77d9fb3511403e1d1bb309c75163a2 Mon Sep 17 00:00:00 2001 From: Giacomo Pope Date: Tue, 23 Jul 2024 17:44:10 +0100 Subject: [PATCH] and again --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8060729..745c375 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,9 +140,9 @@ jobs: run: | pip list || : - - name: Install pytest + - name: Install coverage run: | - pip install pytest + pip install coverage - name: Install build dependencies run: |