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",