@@ -44,20 +44,11 @@ jobs:
|
44 | 44 | fetch-depth: 0 |
45 | 45 | |
46 | 46 | - name: Set up Python ${{ matrix.python-version }} |
47 | | -if: |- |
48 | | - !endsWith(matrix.python-version, 't') |
49 | 47 | uses: actions/setup-python@v5 |
50 | 48 | with: |
51 | 49 | python-version: ${{ matrix.python-version }} |
52 | 50 | allow-prereleases: ${{ matrix.experimental }} |
53 | 51 | |
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 | | - |
61 | 52 | - name: Set up WSL (Windows) |
62 | 53 | if: matrix.os-type == 'windows' |
63 | 54 | uses: Vampire/setup-wsl@v5.0.0 |
|