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 833a3e8 commit 6f4ee5dCopy full SHA for 6f4ee5d
.github/workflows/test.yml
@@ -120,7 +120,7 @@ jobs:
120
mamba install --yes -q "python~=${PYTHON_VERSION}=*_cpython" mkl numpy scipy pip mkl-service graphviz cython pytest coverage pytest-cov pytest-benchmark sympy
121
if [[ $INSTALL_NUMBA == "1" ]]; then mamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}=*_cpython" "numba>=0.57" numba-scipy; fi
122
mamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}=*_cpython" jax jaxlib numpyro
123
- pip install -e ./
+ pip install -vvv -e ./
124
mamba list && pip freeze
125
python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
126
python -c 'import pytensor; assert(pytensor.config.blas__ldflags != "")'
0 commit comments