Skip to content

Commit 20d142d

Browse files
authored
Add pre-commit installation step to workflow
1 parent 31d5802 commit 20d142d

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
@@ -46,6 +46,7 @@ jobs:
4646
micromamba install --yes -q -c conda-forge mypy types-setuptools scipy-stubs pandas pre-commit
4747
pip install tfp-nightly
4848
pip install -e ./
49+
pre-commit install
4950
micromamba list && pip freeze
5051
python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
5152
python -c 'import pytensor; assert pytensor.config.blas__ldflags != "", "Blas flags are empty"';

0 commit comments

Comments
 (0)