From 00ac06dfa3d9ce6483d93c9ec79ae1d0bdbd8d3e Mon Sep 17 00:00:00 2001 From: John Truckenbrodt Date: Wed, 18 Dec 2024 13:06:50 +0100 Subject: [PATCH] [cicd] install pytest on windows build --- .github/workflows/conda-install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/conda-install.yml b/.github/workflows/conda-install.yml index 8401f68e..3a777e01 100644 --- a/.github/workflows/conda-install.yml +++ b/.github/workflows/conda-install.yml @@ -82,6 +82,7 @@ jobs: pip install . - name: Test with pytest run: | + conda install pytest pytest env: PGUSER: postgres