From 649295ac19499b96d79a37b25e59759f003b648e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20P=C5=99=C3=ADhoda?= Date: Mon, 16 Sep 2024 13:25:37 +0200 Subject: [PATCH] Add pytest to bioconda step --- .github/workflows/bioconda-install.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bioconda-install.yml b/.github/workflows/bioconda-install.yml index 7dc4b68..74890ad 100644 --- a/.github/workflows/bioconda-install.yml +++ b/.github/workflows/bioconda-install.yml @@ -27,3 +27,5 @@ jobs: run: | biophi sapiens -h biophi oasis -h + pip install pytest + make pytest