Skip to content

Commit ab66c1d

Browse files
committed
update environment for mybinder
1 parent 8ac9a58 commit ab66c1d

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
run: |
5454
mkdir -p _build/lecture-python-programming.notebooks
5555
cp -a _notebook_repo/. _build/lecture-python-programming.notebooks
56-
# cp environment.yml _build/lecture-python-programming.notebooks
5756
cp _build/jupyter/*.ipynb _build/lecture-python-programming.notebooks
5857
ls -a _build/lecture-python-programming.notebooks
5958
- name: Commit latest notebooks to lecture-python-programming.notebooks

_notebook_repo/environment.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,4 @@ channels:
44
dependencies:
55
- python=3.8
66
- anaconda
7-
- pip
8-
- pip:
9-
- git+https://github.com/executablebooks/jupyter-book.git
10-
- sphinxext-rediraffe
11-
- git+https://github.com/executablebooks/sphinx-multitoc-numbering
12-
- git+https://github.com/executablebooks/sphinx-exercise.git
13-
- joblib
14-
- interpolation
15-
- git+https://github.com/QuantEcon/sphinx-tojupyter.git
16-
- git+https://github.com/QuantEcon/quantecon-book-theme.git
177

0 commit comments

Comments
 (0)