From 837c4554c5c7175e75e328dacf33b135bddaa37a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=BCmmmerer?= Date: Tue, 7 Nov 2023 22:43:53 +0100 Subject: [PATCH] try fixing failing github test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matthias Kümmmerer --- .github/workflows/test-package-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-package-conda.yml b/.github/workflows/test-package-conda.yml index f631ecf..5cc743b 100644 --- a/.github/workflows/test-package-conda.yml +++ b/.github/workflows/test-package-conda.yml @@ -78,7 +78,7 @@ jobs: - name: Test with pytest run: | echo "which conda" - type coda + type conda conda install pytest hypothesis echo "which python" type python