vault backup: 2025-01-16 11:59:28
This commit is contained in:
parent
b374b2ded3
commit
48656883ef
|
@ -36,6 +36,12 @@ tags:
|
|||
import nox
|
||||
|
||||
|
||||
nox.options.sessions = [
|
||||
'test_flexibility'
|
||||
]
|
||||
nox.options.report = 'report.json'
|
||||
|
||||
|
||||
@nox.session(venv_backend='conda', python=['3.10', '3.11', '3.12'])
|
||||
@nox.parametrize('numpy', ['1.26', '2.0'])
|
||||
@nox.parametrize('scikit_learn', ['1.5', '1.6'])
|
||||
|
|
Loading…
Reference in New Issue