Skip to content

Commit

Permalink
fix : test.yml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Dec 31, 2023
1 parent 72866b1 commit 9eb63ca
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,15 @@ jobs:
run: |
python Otherfiles/requirements-splitter.py
pip install --upgrade --upgrade-strategy=only-if-needed -r test-requirements.txt
- name: Test with pytest (Basic)
run: |
python -m pytest --cov=pycm --cov-report=term --ignore-glob=Test/plot_test.py
- name: Plot requirements Installation
run: |
pip install --upgrade --upgrade-strategy=only-if-needed -r plot-requirements.txt
- name: Test with pytest
- name: Test with pytest (+Plot)
run: |
python -m pytest --cov=pycm --cov-report=term
python -m pytest --cov=pycm --cov-report=term --ignore-glob=Test/plot_error_test.py
- name: Version check
run: |
python Otherfiles/version_check.py
Expand Down

0 comments on commit 9eb63ca

Please sign in to comment.