Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f18290 + 1abb399 commit 3b61fcaCopy full SHA for 3b61fca
.github/workflows/pythonpackage.yml
@@ -44,20 +44,11 @@ jobs:
44
fetch-depth: 0
45
46
- name: Set up Python ${{ matrix.python-version }}
47
- if: |-
48
- !endsWith(matrix.python-version, 't')
49
uses: actions/setup-python@v5
50
with:
51
python-version: ${{ matrix.python-version }}
52
allow-prereleases: ${{ matrix.experimental }}
53
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
- name: Set up WSL (Windows)
62
if: matrix.os-type == 'windows'
63
uses: Vampire/[email protected]
0 commit comments