Skip to content

Commit

Permalink
Set pip target
Browse files Browse the repository at this point in the history
  • Loading branch information
ha7315 committed Mar 21, 2024
1 parent 45fdfaa commit 2904643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/create-rds-postgres-tester/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ resource "null_resource" "dependencies" {
cd /tmp/lambda-layer-dependencies
pyenv global 3.11.3
pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements.txt --target .
EOT
}
}
Expand Down

0 comments on commit 2904643

Please sign in to comment.