◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
9 changes: 0 additions & 9 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,11 @@ jobs:
fetch-depth: 0

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

- name: Set up Python ${{ matrix.python-version }} (free-threaded)
if: endsWith(matrix.python-version, 't')
uses: Quansight-Labs/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: ${{ matrix.experimental }}

- name: Set up WSL (Windows)
if: matrix.os-type == 'windows'
uses: Vampire/setup-wsl@v5.0.0
Expand Down
Toggle all file notes Toggle all file annotations