Skip to content
Snippets Groups Projects
Commit bc15b726 authored by hugo chauvet's avatar hugo chauvet
Browse files

Correct bug in create napari environment task

parent 1dfef9c1
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,9 @@
- name: Create Napari environnement napari-env
shell:
cmd: source ~/.bashrc && conda create -n napari-env -y python=3.7
cmd: conda create -n napari-env -y python=3.7
executable: /bin/bash
chdir: ~/miniconda3/bin
creates: ~/miniconda3/envs/napari-env
- name: install Napari from conda-forge
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment