Skip to content

Commit

Permalink
Fix CI Build by temporarily disabling Python 3.11 build (#3198)
Browse files Browse the repository at this point in the history
Signed-off-by: Luciano Resende <lresende@apple.com>
  • Loading branch information
lresende authored Dec 17, 2023
1 parent 8382884 commit f933827
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
python-version: [3.8, 3.9, "3.10"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
node-version: "*"
- uses: actions/setup-python@v4
with:
python-version: "*"
python-version: "3.10"
- uses: actions/cache@v3
with:
path: |
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
node-version: "*"
- uses: actions/setup-python@v4
with:
python-version: "*"
python-version: "3.10"
- uses: actions/cache@v3
with:
path: |
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
python-version: [3.8, 3.9, "3.10"]
steps:
- uses: actions/checkout@v3
- name: Validate image environment
Expand Down

0 comments on commit f933827

Please sign in to comment.