Skip to content

Commit 1c959fe

Browse files
committed
apply fix to propogate environment to lecture-python-programming.notebooks repo
1 parent 3eefb92 commit 1c959fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ 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
5657
cp _build/jupyter/*.ipynb _build/lecture-python-programming.notebooks
5758
ls -a _build/lecture-python-programming.notebooks
5859
- name: Commit latest notebooks to lecture-python-programming.notebooks

0 commit comments

Comments
 (0)