Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: actions/setup-python@v5
- uses: actions/setup-python@v7
with:
python-version: '3.12'
- uses: dtolnay/rust-toolchain@1.98.0
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
os: [ubuntu-latest, macos-latest, macos-15-intel, windows-latest]
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v5
- uses: actions/setup-python@v7
with:
python-version: '3.12'
- run: python -m pip install -r scripts/readiness/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# pull_request must validate the PR tree (github.sha). pin the base
# only for pull_request_target, which must not execute unapproved code.
ref: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.base.sha || github.sha }}
- uses: actions/setup-python@v5
- uses: actions/setup-python@v7
with:
python-version: '3.12'
- run: python -m pip install -r scripts/readiness/requirements.txt
Expand Down
Loading