/
githubmirror
/
scikit-learn
Обзор
Документация
Войти
/
githubmirror
/
scikit-learn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
build_tools/github/test_source.sh
18 строк
305 B
Loïc Estève
CI Revert pytest<9 pin in wheels (#32698)
14 ноя 2025, 09:10
Не верифицирован
14 ноя 2025, 09:10
2fe1bfa
Код
Авторство
О чём код?
#!/bin/bash set -e set -x cd ../../ python -m venv test_env source test_env/bin/activate python -m pip install scikit-learn/scikit-learn/dist/*.tar.gz python -m pip install pytest pandas # Run the tests on the installed source distribution mkdir tmp_for_test cd tmp_for_test pytest --pyargs sklearn