From b618ab54593d3b89853c2ce22f0b47f8bec41255 Mon Sep 17 00:00:00 2001 From: Jay Qi <2721979+jayqi@users.noreply.github.com> Date: Mon, 31 Jul 2023 13:16:17 -0400 Subject: [PATCH] Bump mdx_truly_sane_lists (#87) * Bump mdx_truly_sane_lists for compatibility * Add codecov token --------- Co-authored-by: Jay Qi --- .github/workflows/tests.yml | 1 + requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c835bf81..3e3466ee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -79,6 +79,7 @@ jobs: - name: Upload coverage to codecov uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml fail_ci_if_error: true if: ${{ matrix.os == 'ubuntu-latest' }} diff --git a/requirements-dev.txt b/requirements-dev.txt index c43cbe1d..506d8dc7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ black build flake8 jupyterlab -mdx_truly_sane_lists==1.2 +mdx_truly_sane_lists==1.3 mike mkdocs>=1.2.2 mkdocs-jupyter