Unverified 提交 92c3b490 authored 作者: Copilot's avatar Copilot 提交者: GitHub

Add pre-commit, mypy, and related dependencies to copilot-setup-steps.yml (#1644)

上级 2fdd67a9
......@@ -43,8 +43,10 @@ jobs:
micromamba install --yes -q -c conda-forge python=3.13 mkl "numpy>=2.0" scipy pip mkl-service graphviz cython pytest coverage pytest-cov pytest-benchmark pytest-mock pytest-sphinx
micromamba install --yes -q -c conda-forge "numba>=0.57"
micromamba install --yes -q -c conda-forge jax jaxlib numpyro equinox
micromamba install --yes -q -c conda-forge mypy types-setuptools scipy-stubs pandas pre-commit
pip install tfp-nightly
pip install -e ./
pre-commit install
micromamba list && pip freeze
python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
python -c 'import pytensor; assert pytensor.config.blas__ldflags != "", "Blas flags are empty"';
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论