Skip to content

Commit

Permalink
test: fix smoke tests (#13479)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolk committed Dec 15, 2023
1 parent 51241f7 commit d1cc3c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
with:
persist-credentials: false

- name: Install Python
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
with:
python-version: '3.11'

- name: Install Amplify CLI
uses: ./.github/actions/install-cli
with:
Expand Down

0 comments on commit d1cc3c2

Please sign in to comment.