Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1abb399

Browse filesBrowse files
committed
replace quansight-labs/setup-python with actions/setup-python
1 parent 0f18290 commit 1abb399
Copy full SHA for 1abb399

File tree

1 file changed

+0
-9
lines changed
Filter options

1 file changed

+0
-9
lines changed

‎.github/workflows/pythonpackage.yml

Copy file name to clipboardExpand all lines: .github/workflows/pythonpackage.yml
-9Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,11 @@ jobs:
4444
fetch-depth: 0
4545

4646
- name: Set up Python ${{ matrix.python-version }}
47-
if: |-
48-
!endsWith(matrix.python-version, 't')
4947
uses: actions/setup-python@v5
5048
with:
5149
python-version: ${{ matrix.python-version }}
5250
allow-prereleases: ${{ matrix.experimental }}
5351

54-
- name: Set up Python ${{ matrix.python-version }} (free-threaded)
55-
if: endsWith(matrix.python-version, 't')
56-
uses: Quansight-Labs/setup-python@v5
57-
with:
58-
python-version: ${{ matrix.python-version }}
59-
allow-prereleases: ${{ matrix.experimental }}
60-
6152
- name: Set up WSL (Windows)
6253
if: matrix.os-type == 'windows'
6354
uses: Vampire/setup-wsl@v5.0.0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.