Skip to content

Commit

Permalink
remvoed anaconda channels
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Nov 29, 2024
1 parent c99e836 commit c1920b0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
5 changes: 0 additions & 5 deletions conda/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@
args:
executable: /bin/bash

- name: Add anaconda channel
become_user: "{{conda_vars.default_user}}"
shell: 'timeout 1m bash -c ''source {{conda_vars.CONDA_DIR}}/bin/activate && conda config --add channels anaconda'''
args:
executable: /bin/bash

- name: Init .bashrc for conda
become_user: "{{conda_vars.default_user}}"
Expand Down
2 changes: 0 additions & 2 deletions conda/conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
channels:
- conda-forge
- bioconda
- defaults
- anaconda
7 changes: 0 additions & 7 deletions jupyterlab/jupyterlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@
executable: /bin/bash
when: not jupyterlab_vars.create_only_backend

- name: Add anaconda channel
become_user: "{{ jupyterlab_vars.default_user }}"
ansible.builtin.shell: timeout 1m bash -c 'source {{jupyterlab_vars.CONDA_DIR}}/bin/activate && conda config --add channels anaconda'
args:
executable: /bin/bash
when: not jupyterlab_vars.create_only_backend

- name: Init .bashrc for conda
become_user: "{{ jupyterlab_vars.default_user }}"
ansible.builtin.shell: timeout 1m bash -c 'source {{ jupyterlab_vars.CONDA_DIR}}/bin/activate && conda init'
Expand Down
2 changes: 0 additions & 2 deletions jupyterlab/jupyterlab_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
channels:
- conda-forge
- bioconda
- defaults
- anaconda
dependencies:
# renovate datasource=conda depName=conda-forge/notebook
- notebook=7.0.6
Expand Down

0 comments on commit c1920b0

Please sign in to comment.