Skip to content

Commit

Permalink
remove requirements.txt install
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Nogues committed Mar 8, 2024
1 parent f6085dc commit d565fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Test with pytest
run: |
python -m pytest docs/user_guide/*rst
python -m pytest --pyargs quantile_forest --cov=quantile_forest
python -m pytest --pyargs fair_housing_guardrail --cov=fair_housing_guardrail
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit d565fad

Please sign in to comment.