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 17, 2024
1 parent a727b6b commit 97428b1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 97428b1

Please sign in to comment.