8000 replace quansight-labs/setup-python with actions/setup-python by ngoldbaum · Pull Request #124 · crate-py/rpds · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

replace quansight-labs/setup-python with actions/setup-python #124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 25, 2025
Merged
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
14 changes: 8 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: brew install enchant
if: runner.os == 'macOS' && startsWith(matrix.noxenv, 'docs')
- name: Set up Python
uses: quansight-labs/setup-python@v5
uses: actions/setup-python@v5
with:
python-version: |
3.9
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v4
8000 with:
persist-credentials: false
- uses: quansight-labs/setup-python@v5
- uses: actions/setup-python@v5
with:
python-version: |
3.9
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: quansight-labs/setup-python@v5
- uses: actions/setup-python@v5
with:
python-version: |
3.9
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: quansight-labs/setup-python@v5
- uses: actions/setup-python@v5
with:
python-version: |
3.9
Expand All @@ -178,6 +178,8 @@ jobs:
name: dist-${{ github.job }}-${{ matrix.target }}
path: dist

# free-threaded and normal builds share a site-packages folder on Windows so
# we must build free-threaded separately
windows-free-threaded:
needs: test
runs-on: windows-latest
Expand All @@ -188,7 +190,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: quansight-labs/setup-python@v5
- uses: actions/setup-python@v5
with:
python-version: 3.13t
allow-prereleases: true
Expand All @@ -215,7 +217,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: quansight-labs/setup-python@v5
- uses: actions/setup-python@v5
with:
python-version: |
3.9
Expand Down
Loading
0