From 67f88f4203a53123f9d94fa729548fa163bd6781 Mon Sep 17 00:00:00 2001 From: Giacomo Pope Date: Tue, 23 Jul 2024 17:45:20 +0100 Subject: [PATCH] and pytest --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 745c375..55c1e03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,6 +143,10 @@ jobs: - name: Install coverage run: | pip install coverage + + - name: Install pytest + run: | + pip install pytest - name: Install build dependencies run: |