From 97428b1843bf7321a7b10db6e532b20a0105cfef Mon Sep 17 00:00:00 2001 From: Yazhini Date: Tue, 17 Dec 2024 18:13:02 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7da33ee..0ee0517 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,10 +56,10 @@ jobs: # conda install flake8 # flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics # 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 + - name: Test with pytest + run: | + source $HOME/miniconda/bin/activate + conda init + conda activate mcdevol_env + conda install pytest + pytest tests/test_dataparsing.py