Skip to content

Commit 2484895

Browse files
committed
Fix unit tests
1 parent ea1912d commit 2484895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-platform/recipes/install/cookbook_virtualenv.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
# tar xzf cookbook-dependencies.tgz
5050
# cd dependencies
5151
# #{virtualenv_path}/bin/pip install * -f ./ --no-index
52-
#{virtualenv_path}/bin/pip install -r requirements.txt
52+
#{virtualenv_path}/bin/pip install -r #{cookbook_virtualenv_path}/requirements.txt
5353
REQ
5454
end

0 commit comments

Comments
 (0)