Skip to content

Commit ef9b009

Browse files
committed
added tf installation
1 parent 257ba5c commit ef9b009

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/run-samples.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ jobs:
5959
sudo apt-get install -y jq zip unixodbc-dev libsnappy-dev
6060
find . -name "*.sh" -exec chmod +x {} +
6161
62+
- name: Install Terraform
63+
uses: hashicorp/setup-terraform@v3
64+
with:
65+
terraform_version: "1.5.0"
66+
terraform_wrapper: false
67+
6268
- name: Install test dependencies
6369
# Mirroring the localstack-pro approach: install all Python dependencies
6470
# (including the localstack CLI) into a virtual environment to avoid system-level conflicts.

0 commit comments

Comments
 (0)