Skip to content

Commit

Permalink
cicd: using requirements-pulumi.txt to install packages for Pulumi an…
Browse files Browse the repository at this point in the history
…d pinned Pulumi to 3.121.0
  • Loading branch information
tmeckel committed Jun 28, 2024
1 parent 775ee14 commit 6e3d483
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6e3d483

Please sign in to comment.