Skip to content

Commit 8ac9a58

Browse files
committed
prevent environment from propogating to lecture-python-programming.notebooks during publish
1 parent 8278cb3 commit 8ac9a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +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
56+
# cp environment.yml _build/lecture-python-programming.notebooks
5757
cp _build/jupyter/*.ipynb _build/lecture-python-programming.notebooks
5858
ls -a _build/lecture-python-programming.notebooks
5959
- name: Commit latest notebooks to lecture-python-programming.notebooks

0 commit comments

Comments
 (0)