From 2f5574917aae5676a732e5a0de4a835e97bb18ae Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Wed, 2 Oct 2024 21:52:43 +0100 Subject: [PATCH] Install pytest on CI --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d24926c..bf805c4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,4 +16,5 @@ jobs: python-version: 3.8 - run: pip install . + - run: pip install -U pytest - run: pytest