Skip to content

Commit 5513c1b

Browse files
committed
fix terraform deployment
1 parent f42e90f commit 5513c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Install tflocal
5353
run: |
54-
pip install terraform-local
54+
pip install --upgrade terraform-local
5555
5656
- name: Build project
5757
run: |

0 commit comments

Comments
 (0)