...
This commit is contained in:
parent
7a63ea6480
commit
581c388838
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -20,15 +20,15 @@ jobs:
|
|||||||
cc: [gcc, clang]
|
cc: [gcc, clang]
|
||||||
include:
|
include:
|
||||||
- python: a
|
- python: a
|
||||||
pyver: 3.8
|
pyver: "3.8"
|
||||||
sanitize: 0
|
sanitize: 0
|
||||||
|
|
||||||
- python: b
|
- python: b
|
||||||
pyver: 3.9
|
pyver: "3.9"
|
||||||
sanitize: 1
|
sanitize: 1
|
||||||
|
|
||||||
- python: c
|
- python: c
|
||||||
pyver: 3.10
|
pyver: "3.10"
|
||||||
sanitize: 1
|
sanitize: 1
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user