File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
repo2docker/buildpacks/conda Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,12 @@ if [[ -f /tmp/kernel-environment.yml ]]; then
5757
5858 conda env create -n kernel -f /tmp/kernel-environment.yml
5959 ${CONDA_DIR} /envs/kernel/bin/ipython kernel install --prefix " ${CONDA_DIR} "
60+ rm -f ${CONDA_DIR} /envs/kernel/conda-meta/history
6061fi
61-
62+ # remove conda history file,
63+ # which seems to result in some effective pinning of packages in the initial env,
64+ # which we don't intend
65+ rm -f ${CONDA_DIR} /conda-meta/history
6266# Clean things out!
6367conda clean -tipsy
6468
Original file line number Diff line number Diff line change 2424 url : https://github.com/binder-examples/requirements
2525 ref : test
2626 verify : python -c 'import matplotlib'
27+ # Test that custom channels and downgrades don't
28+ # get blocked by pinning
29+ - name : Xeus-Cling
30+ url : https://github.com/QuantStack/xeus-cling
31+ ref : 0.4.5
32+ verify : jupyter kernelspec list
You can’t perform that action at this time.
0 commit comments