Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yazhinia authored Dec 18, 2024
1 parent 11dd2f4 commit 9490cf7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,7 @@ jobs:
conda init
conda activate mcdevol_env
conda install pytest
pytest tests/test_dataparsing.py
for f in `ls tests/test_*.py`
do
pytest $f
done

0 comments on commit 9490cf7

Please sign in to comment.