Skip to content
Open
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
components: rustfmt, clippy
# mds-python (pyo3, abi3-py311) is compiled by `clippy --all-targets` and
# `test --workspace`; a 3.11+ interpreter makes the pyo3 build deterministic.
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- uses: Swatinem/rust-cache@v2
Expand All @@ -51,7 +51,7 @@ jobs:
# mds-python is added to the MSRV gate: its pyo3/abi3 build must compile on
# the workspace floor (Rust 1.88 ≥ pyo3 0.28 MSRV 1.83). setup-python gives
# the pyo3 build script a 3.11+ interpreter.
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install test tooling
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- name: Install build tooling
Expand Down
Loading