Skip to content

Commit

Permalink
Update pytest.yaml (#492)
Browse files Browse the repository at this point in the history
remove CML report
  • Loading branch information
PythonFZ authored Feb 7, 2023
1 parent 7542b04 commit 0b31678
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: iterative/setup-cml@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -57,13 +56,6 @@ jobs:
with:
flags: fulltest
verbose: true
- name: CML Report
env:
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "# Report for Python ${{ matrix.python-version }}" > report.md
poetry run python -c "import pandas as pd; print(pd.read_csv('export.csv').to_markdown())" >> report.md
cml comment create --publish report.md

nbtest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0b31678

Please sign in to comment.