Commit b5878d0
authored
### Rationale for this change
The Python 3.10 jobs are currently failing due to conda gdb==16.3 being installed and having an issue.
### What changes are included in this PR?
Pin gdb<16.3 for python==3.10 to fix CI.
### Are these changes tested?
On CI
### Are there any user-facing changes?
No
* GitHub Issue: #46343
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
1 parent a1707db commit b5878d0
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
29 | 37 | | |
30 | | - | |
| 38 | + | |
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
| |||
0 commit comments