Skip to content

Commit 92c3b49

Browse files
CopilotricardoV94
andauthored
Add pre-commit, mypy, and related dependencies to copilot-setup-steps.yml (#1644)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: ricardoV94 <[email protected]>
1 parent 2fdd67a commit 92c3b49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ jobs:
4343
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
4444
micromamba install --yes -q -c conda-forge "numba>=0.57"
4545
micromamba install --yes -q -c conda-forge jax jaxlib numpyro equinox
46+
micromamba install --yes -q -c conda-forge mypy types-setuptools scipy-stubs pandas pre-commit
4647
pip install tfp-nightly
4748
pip install -e ./
49+
pre-commit install
4850
micromamba list && pip freeze
4951
python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
5052
python -c 'import pytensor; assert pytensor.config.blas__ldflags != "", "Blas flags are empty"';

0 commit comments

Comments
 (0)