Skip to content

Commit

Permalink
[UPDATE] enable execution by switching to use myst_nb (#29)
Browse files Browse the repository at this point in the history
* adjust ci to use myst_nb

* adjust ci name

* update source files from tomyst(PR#69)

* update source files from tomyst(PR#69)

* update of latest sources from tomyst(PR#69)
  • Loading branch information
mmcky committed Sep 23, 2020
1 parent e63585b commit 37a13a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
@@ -1,4 +1,4 @@
name: Build Project [myst_parser]
name: Build Project [myst]
on: [push]
jobs:
tests:
Expand All @@ -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
Expand Down

1 comment on commit 37a13a0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.