We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1efa16f + f9545b0 commit c885801Copy full SHA for c885801
1 file changed
.github/workflows/python.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v5
18
with:
19
fetch-depth: 0
20
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
21
22
python-version: ${{ matrix.python-version }}
23
- run: pip install -r requirements_ci.txt
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
python-version: '3.13'
38
- run: pip install build~=1.2
0 commit comments