Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StatMixedML committed Aug 6, 2023
1 parent bd1929e commit ead9715
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
python -m pip install pytest-coverage
python -m pip install .
python -m pip install git+https://github.com/dsgibbons/shap.git
python -m pip install pytest-coverage
# - name: Lint with flake8
# run: |
# # stop the build if there are Python syntax errors or undefined names
Expand All @@ -43,7 +42,7 @@ jobs:
pytest --cov
- name: Creating coverage folder
run: |
mkdir -p coverage
mkdir -p Code Coverage
- name: Coverage Bagdge
uses: tj-actions/coverage-badge-py@v1.8
with:
Expand All @@ -52,5 +51,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: coverage-badge
folder: coverage
folder: Code Coverage

0 comments on commit ead9715

Please sign in to comment.