👷 ci: replace quansight-labs/setup-python with actions/setup-python (#476)

This commit is contained in:
Nathan Goldbaum 2025-03-25 09:34:38 -06:00 committed by GitHub
parent 606e10dcd9
commit b4445ced1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ jobs:
target: x86
steps:
- uses: actions/checkout@v4
- uses: Quansight-Labs/setup-python@v5
- uses: actions/setup-python@v5
with:
python-version: 3.13t
architecture: ${{ matrix.platform.target }}