Skip to content

Commit fabdd4d

Browse files
authored
use global quantecon environment for building (#120)
1 parent 90cf14a commit fabdd4d

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
miniconda-version: 'latest'
1515
python-version: 3.8
1616
environment-file: environment.yml
17-
activate-environment: lecture-python
17+
activate-environment: quantecon
1818
- name: Display Conda Environment Versions
1919
shell: bash -l {0}
2020
run: conda list

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
miniconda-version: 'latest'
1919
python-version: 3.8
2020
environment-file: environment.yml
21-
activate-environment: lecture-python
21+
activate-environment: quantecon
2222
- name: Display Conda Environment Versions
2323
shell: bash -l {0}
2424
run: conda list

environment.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: lecture-python
1+
name: quantecon
22
channels:
33
- default
44
dependencies:
@@ -7,11 +7,12 @@ dependencies:
77
- pip
88
- pip:
99
- jupyter-book
10-
- sphinxext-rediraffe
1110
- sphinx-multitoc-numbering
1211
- quantecon-book-theme
12+
- sphinx-tojupyter
13+
- sphinxext-rediraffe
1314
- sphinx-exercise
14-
- joblib
15-
- interpolation
16-
- git+https://github.com/quantecon/sphinx-tojupyter
15+
- jupytext
16+
- ghp-import
17+
- jupinx
1718

0 commit comments

Comments
 (0)