Skip to content

Commit

Permalink
Fixes the github clu installation issue
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 571369984
  • Loading branch information
KEHANG authored and t5-copybara committed Oct 6, 2023
1 parent 34f1e74 commit c3d159c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9.x'
python-version: '3.10.x'
cache: 'pip'
cache-dependency-path: setup.py
- name: Install dependencies
Expand Down

0 comments on commit c3d159c

Please sign in to comment.