We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27472b8 commit ea18244Copy full SHA for ea18244
.github/workflows/publish.yml
@@ -59,7 +59,6 @@ jobs:
59
run: |
60
mkdir -p _build/lecture-python.notebooks
61
cp -a _notebook_repo/. _build/lecture-python.notebooks
62
- cp environment.yml _build/lecture-python.notebooks
63
cp _build/jupyter/*.ipynb _build/lecture-python.notebooks
64
ls -a _build/lecture-python.notebooks
65
- name: Commit latest notebooks to lecture-python.notebooks
_notebook_repo/environment.yml
@@ -0,0 +1,7 @@
1
+name: lecture-python
2
+channels:
3
+ - default
4
+dependencies:
5
+ - python=3.8
6
+ - anaconda
7
+
0 commit comments