diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0301cdbb..846e060e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Build Project [myst_parser] +name: Build Project [myst] on: [push] jobs: tests: @@ -23,7 +23,7 @@ jobs: - name: Install Dependencies shell: bash -l {0} run: | - pip install sphinx-book-theme myst-parser + pip install sphinx-book-theme myst-nb - name: Display Conda Environment Versions shell: bash -l {0} run: conda list