Skip to content

Commit 3314c0d

Browse files
authored
Add Atmos installation step in GitHub Action (#820)
1 parent e0d516d commit 3314c0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/build-website/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ runs:
7373
run: |
7474
make init
7575
76+
- name: Install Atmos
77+
uses: cloudposse/github-action-setup-atmos@v2
78+
with:
79+
install-wrapper: false
80+
7681
- name: "Install Python Dependencies"
7782
shell: bash
7883
run: |

0 commit comments

Comments
 (0)