Skip to content

Commit

Permalink
Change back to 3.11 - apparently 3.12 has some test failures in `perf…
Browse files Browse the repository at this point in the history
…ormance_test.py`.

PiperOrigin-RevId: 721782682
  • Loading branch information
xingyousong authored and copybara-github committed Jan 31, 2025
1 parent c806dd8 commit ea071e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.12"] # 3.x disabled b/c of 3.13 test failures.
python-version: ["3.11"] # 3.x disabled b/c of 3.12 test failures w/ GRPC.
suffix: ["core", "benchmarks", "algorithms", "clients", "pyglove", "raytune"]
include:
- suffix: "clients"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.11'
- name: Install dependencies
run: |
sudo apt-get install -y libprotobuf-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.11'
- name: Install dependencies
run: |
sudo apt-get install -y libprotobuf-dev
Expand Down

0 comments on commit ea071e2

Please sign in to comment.