Skip to content

Commit

Permalink
Merge pull request #820 from google/reyammer-patch-2
Browse files Browse the repository at this point in the history
Update python-build-package.yml
  • Loading branch information
reyammer authored Nov 28, 2024
2 parents 906afc8 + fdc624b commit f510283
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
target: aarch64
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # pin@v5
with:
python-version: '3.12'
- name: Install uv
run: curl -LsSf https://astral.sh/uv/0.4.7/install.sh | sh
- if: matrix.platform.runner == 'ubuntu-latest'
Expand Down

0 comments on commit f510283

Please sign in to comment.