We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 248012e + 97a2040 commit ea33f33Copy full SHA for ea33f33
1 file changed
.github/workflows/python.yml
@@ -35,7 +35,7 @@ jobs:
35
- uses: actions/checkout@v5
36
with:
37
fetch-depth: 0
38
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
39
40
python-version: ${{ matrix.python-version }}
41
- run: pip install -r requirements_ci.txt
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
python-version: '3.13'
69
- run: pip install build~=1.2
0 commit comments