We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d5802 commit 20d142dCopy full SHA for 20d142d
.github/workflows/copilot-setup-steps.yml
@@ -46,6 +46,7 @@ jobs:
46
micromamba install --yes -q -c conda-forge mypy types-setuptools scipy-stubs pandas pre-commit
47
pip install tfp-nightly
48
pip install -e ./
49
+ pre-commit install
50
micromamba list && pip freeze
51
python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
52
python -c 'import pytensor; assert pytensor.config.blas__ldflags != "", "Blas flags are empty"';
0 commit comments