.github/workflows/pulumi-aws.yml: update set pulumi tools step

This commit is contained in:
Haitao Pan 2023-03-17 17:41:13 +08:00
parent 549fdf678d
commit 91535af410

View File

@ -23,8 +23,8 @@ jobs:
shell: bash
working-directory: ./aws
run: |
- curl -fsSL https://get.pulumi.com | sh
- pip3 install -r requirements.txt
curl -fsSL https://get.pulumi.com | sh
pip3 install -r requirements.txt
- name: config pulumi backend
shell: bash