Skip to content

Commit e59096e

Browse files
committed
putting myst-nb latest install in ci
1 parent 2e7b312 commit e59096e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
python-version: 3.8
1616
environment-file: environment.yml
1717
activate-environment: lecture-datascience
18+
- name: Install myst-nb
19+
run: |
20+
pip install git+https://github.com/executablebooks/MyST-NB@master
21+
- name: Install sphinx
22+
run: |
23+
pip install sphinx==3.5.0
1824
- name: Display Conda Environment Versions
1925
shell: bash -l {0}
2026
run: conda list

0 commit comments

Comments
 (0)