From 408c0fc5e3284eb3d5a1fab33bc57d197a347eee Mon Sep 17 00:00:00 2001 From: Marie Leconte Date: Wed, 7 Feb 2024 15:29:18 +0100 Subject: [PATCH] add pytest-mock to yaml github ci --- .github/workflows/pandora2d_ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pandora2d_ci.yml b/.github/workflows/pandora2d_ci.yml index 026bc86..a42d89e 100644 --- a/.github/workflows/pandora2d_ci.yml +++ b/.github/workflows/pandora2d_ci.yml @@ -22,6 +22,7 @@ jobs: python -m pip install --upgrade pip pip install pytest pip install pytest-cov + pip install pytest-mock pip install codecov pip install build - name: Install Pandora2d