Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sidchaini committed Feb 7, 2024
1 parent c71afed commit 3382504
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified .coverage
Binary file not shown.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
- name: Install Python dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install distclassipy pytest
python3 -m pip install distclassipy
python3 -m pip install pytest
- name: Test classifier with PyTest
run: |
python -m pytest tests/test_classifier.py --cov=distclassipy.classifier
python3 -m pytest tests/test_classifier.py --cov=distclassipy.classifier
Binary file modified tests/__pycache__/test_classifier.cpython-312-pytest-8.0.0.pyc
Binary file not shown.

0 comments on commit 3382504

Please sign in to comment.