Skip to content

Commit

Permalink
Merge pull request #197 from johanherman/delivery-py3.6
Browse files Browse the repository at this point in the history
Need Py3.6 due to JSON pickling bug in 3.5
  • Loading branch information
sylvinite authored Mar 16, 2017
2 parents 143c18b + 5b11128 commit e72e8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/arteria-delivery-ws/tasks/install.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: create virtual python env for arteria-delivery
shell: "{{ conda_bin }} create --name arteria-delivery python=3.5"
shell: "{{ conda_bin }} create --name arteria-delivery python=3.6"
args:
creates: "{{ arteria_delivery_env_root }}"

Expand Down

0 comments on commit e72e8b7

Please sign in to comment.