Skip to content

Commit

Permalink
putting myst-nb latest install in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AakashGfude committed Dec 16, 2021
1 parent 2e7b312 commit e59096e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
python-version: 3.8
environment-file: environment.yml
activate-environment: lecture-datascience
- name: Install myst-nb
run: |
pip install git+https://github.com/executablebooks/MyST-NB@master
- name: Install sphinx
run: |
pip install sphinx==3.5.0
- name: Display Conda Environment Versions
shell: bash -l {0}
run: conda list
Expand Down

1 comment on commit e59096e

@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.