From 6e3d4835ac50a0cc482e28f7be02c4a2b80c1487 Mon Sep 17 00:00:00 2001 From: Thomas Meckel Date: Fri, 28 Jun 2024 12:18:07 +0000 Subject: [PATCH] cicd: using requirements-pulumi.txt to install packages for Pulumi and pinned Pulumi to 3.121.0 --- .github/workflows/test_and_deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 7fdb6bc1..9db9844a 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -150,7 +150,7 @@ jobs: - name: Configure docker run: gcloud auth configure-docker -q - - run: pip install -r requirements.txt + - run: pip install -r requirements-pulumi.txt - name: Clean all existing Docker images run: | @@ -162,7 +162,7 @@ jobs: env: PULUMI_CONFIG_PASSPHRASE: "test" with: - pulumi-version: '3.114.0' + pulumi-version: '3.121.0' work-dir: images/ command: up stack-name: test @@ -190,7 +190,7 @@ jobs: PULUMI_CONFIG_PASSPHRASE: "test" MODEL: ${{ steps.pulumi-images.outputs.model }} with: - pulumi-version: '3.114.0' + pulumi-version: '3.121.0' command: up stack-name: test refresh: true