diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 6ab66f965a..272ac111db 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -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"';