.github/workflows/pulumi-aws.yml: update set pulumi tools step
This commit is contained in:
parent
549fdf678d
commit
91535af410
4
.github/workflows/pulumi-aws.yml
vendored
4
.github/workflows/pulumi-aws.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user