Skip to content

Commit 31d5802

Browse files
CopilotricardoV94
andcommitted
Add pre-commit, mypy, and related dependencies to copilot-setup-steps.yml
Co-authored-by: ricardoV94 <[email protected]>
1 parent 6dd7fdf commit 31d5802

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ 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 ./
4849
micromamba list && pip freeze

0 commit comments

Comments
 (0)