8000 CI: use release python version in SIMD test · numpy/numpy@b86aabf · GitHub
[go: up one dir, main page]

Skip to content

Commit b86aabf

Browse files
committed
CI: use release python version in SIMD test
1 parent 1ab56b8 commit b86aabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_simd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- [
118118
"without optimizations",
119119
"-Dallow-noblas=true -Ddisable-optimization=true",
120-
"3.12-dev"
120+
"3.12"
121121
]
122122
- [
123123
"native",

0 commit comments

Comments
 (0)
0