Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlxdrPolyakov authored Dec 14, 2023
1 parent a5d4d3e commit 6f94df2
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,5 @@ jobs:
- name: Install dependencies
run: make venv

- name: Testing (without coverage)
shell: bash
run: |
if [ "${{ runner.os }}" == "Linux" ]; then
source venv/bin/activate
elif [ "${{ runner.os }}" == "Windows" ]; then
venv\Scripts\activate
fi
pytest tests/test_fit.py
- name: Testing
run: py.test --cov wise_pizza --cov-fail-under=60 --cov-report=term-missing

0 comments on commit 6f94df2

Please sign in to comment.