From 7b599d548985af488d795805e9cc61215d6e2d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20P=C5=99=C3=ADhoda?= Date: Mon, 16 Sep 2024 12:33:10 +0200 Subject: [PATCH] Fix test job --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 1508b60..0237435 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -27,5 +27,5 @@ jobs: pip install . --no-deps - name: Test with pytest run: | - conda install pytest + pip install pytest pytest test