Skip to content

Commit

Permalink
Add install sub command
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Aug 28, 2024
1 parent dab49cc commit eff8b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ewatercycle/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
dest: '{{ conda_root }}/conda-lock.yml'
mode: '0644'
- name: Created conda environment with locked ewatercycle dependencies
command: '{{ conda_root }}/bin/conda-lock --no-dev -n {{ conda_environment }} {{ conda_root }}/conda-lock.yml' # noqa no-changed-when
command: '{{ conda_root }}/bin/conda-lock install --no-dev -n {{ conda_environment }} {{ conda_root }}/conda-lock.yml' # noqa no-changed-when
args:
creates:
'{{ conda_root }}/envs/{{ conda_environment }}'
Expand Down

0 comments on commit eff8b0e

Please sign in to comment.