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

Add source .bashrc to create conda env

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