Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Oct 22, 2024
1 parent 16f2f2b commit 0b9183b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.11"

- name: Install app certificates
env:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.11"

- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.11"

- name: Install requirements
run: |
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.11"

- name: Install requirements
run: pip install awscli
Expand Down

0 comments on commit 0b9183b

Please sign in to comment.