From 9d57cfc8ad2ab0217b637a1578a9b1ff3de396c8 Mon Sep 17 00:00:00 2001 From: Yazhini Date: Fri, 29 Nov 2024 15:09:35 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac81f55..1b9483f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,6 +55,8 @@ jobs: # flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | + source $HOME/miniconda/bin/activate + conda init conda activate mcdevol_env conda install pytest pytest