Skip to content

Commit 6f4ee5d

Browse files
committed
Verbose pip install
1 parent 833a3e8 commit 6f4ee5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ 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))'
126126
python -c 'import pytensor; assert(pytensor.config.blas__ldflags != "")'

0 commit comments

Comments
 (0)