Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sidchaini committed Feb 7, 2024
1 parent 524163c commit c71afed
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,8 @@ jobs:
- name: Install Python dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install distclassipy
python3 -m pip install distclassipy pytest
- name: Test classifier with PyTest
run: |
python -m pytest --cov=distclassipy.classifier --cov-report term-missing tests/test_classifier.py
- name: Test distances with PyTest
run: |
python -m pytest --cov=distclassipy.distances --cov-report term-missing tests/test_distances.py
python -m pytest tests/test_classifier.py --cov=distclassipy.classifier

0 comments on commit c71afed

Please sign in to comment.