Skip to content

Commit

Permalink
Fix unittest workflow Python version.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 625545548
  • Loading branch information
danieldjohnson authored and Penzai Developers committed Apr 17, 2024
1 parent ed92dd0 commit 46600c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Install deps
- uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.10.14
# Uncomment to cache of pip dependencies (if tests too slow)
# cache: pip
# cache-dependency-path: '**/pyproject.toml'
Expand Down

0 comments on commit 46600c0

Please sign in to comment.