From c43db53f7f43370635f28dd7d4140e678b76d31b Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Mon, 6 Apr 2020 19:30:14 +0100 Subject: [PATCH] try removing codecov --- .github/workflows/tests.yml | 16 ++++++++-------- setup.py | 1 - 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3f8b1606..1401b937 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,14 +42,14 @@ jobs: - name: Run pytest run: | pytest --durations=10 --cov=myst_nb --cov-report xml --cov-report=term-missing - - name: Upload to Codecov - if: matrix.python-version == 3.7 && github.repository == 'ExecutableBookProject/MyST-NB' - uses: codecov/codecov-action@v1 - with: - name: myst-nb-pytests-py3.7 - flags: pytests - file: ./coverage.xml - fail_ci_if_error: true + # - name: Upload to Codecov + # if: matrix.python-version == 3.7 && github.repository == 'ExecutableBookProject/MyST-NB' + # uses: codecov/codecov-action@v1 + # with: + # name: myst-nb-pytests-py3.7 + # flags: pytests + # file: ./coverage.xml + # fail_ci_if_error: true publish: diff --git a/setup.py b/setup.py index da70e7ef..2e2bde3b 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,6 @@ "pytest-cov~=2.8", "coverage<5.0", "pytest-regressions", - "beautifulsoup4", "matplotlib", "numpy", "sympy",