Skip to content

Commit 0452c0e

Browse files
authored
replace quansight-labs/setup-python with actions/setup-python (#5007)
1 parent ea5adbf commit 0452c0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,7 @@ jobs:
592592
- uses: dtolnay/rust-toolchain@stable
593593
with:
594594
components: rust-src
595-
# TODO: replace with actions/setup-python when there is support
596-
- uses: quansight-labs/[email protected]
595+
- uses: actions/[email protected]
597596
with:
598597
python-version: "3.13t"
599598
- name: Install cargo-llvm-cov

0 commit comments

Comments
 (0)