Skip to content

Commit ea18244

Browse files
committed
FIX: fix mybinder environment
1 parent 27472b8 commit ea18244

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
run: |
6060
mkdir -p _build/lecture-python.notebooks
6161
cp -a _notebook_repo/. _build/lecture-python.notebooks
62-
cp environment.yml _build/lecture-python.notebooks
6362
cp _build/jupyter/*.ipynb _build/lecture-python.notebooks
6463
ls -a _build/lecture-python.notebooks
6564
- name: Commit latest notebooks to lecture-python.notebooks

_notebook_repo/environment.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: lecture-python
2+
channels:
3+
- default
4+
dependencies:
5+
- python=3.8
6+
- anaconda
7+

0 commit comments

Comments
 (0)