File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,10 +120,10 @@ jobs:
120120 mamba install --yes -q "python~=${PYTHON_VERSION}=*_cpython" mkl numpy scipy pip mkl-service graphviz cython pytest coverage pytest-cov pytest-benchmark sympy
121121 if [[ $INSTALL_NUMBA == "1" ]]; then mamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}=*_cpython" "numba>=0.57" numba-scipy; fi
122122 mamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}=*_cpython" jax jaxlib numpyro
123- pip install -e ./
123+ pip install -vvv - e ./
124124 mamba list && pip freeze
125125 python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
126- python -c 'import pytensor; assert( pytensor.config.blas__ldflags != "") '
126+ python -c 'import pytensor; assert pytensor.config.blas__ldflags != "", "Blas flags are empty" '
127127 env :
128128 PYTHON_VERSION : ${{ matrix.python-version }}
129129 INSTALL_NUMBA : ${{ matrix.install-numba }}
You can’t perform that action at this time.
0 commit comments