From 2c191a9bd341c95742cee7a8c79b1920a727196e Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Tue, 19 Jan 2021 19:30:35 +0100 Subject: [PATCH] Minor modification to the macOS workflow --- .github/workflows/test_mac.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_mac.yml b/.github/workflows/test_mac.yml index daaca247..aa63cbf2 100644 --- a/.github/workflows/test_mac.yml +++ b/.github/workflows/test_mac.yml @@ -24,6 +24,7 @@ jobs: run: | pip install --upgrade pip pip install -r requirements.txt + pip install pyobjc pip install pytest-timeout pip install pytest-cov pip install pytest-qt