Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 349c6da

Browse files
committed
Fix venv recipe to be idempotent.
1 parent 4920ddd commit 349c6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/virtualenv.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
include_recipe "python::pip"
2222

2323
python_pip "virtualenv" do
24-
action :install
24+
action :upgrade
2525
end

0 commit comments

Comments
 (0)