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 @@ -161,7 +161,7 @@ jobs:
161
161
pip install pytest-sphinx
162
162
163
163
pip install -e ./
164
- micromamba list && pip freeze
164
+ pip freeze
165
165
python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
166
166
python -c 'import pytensor; assert pytensor.config.blas__ldflags != "", "Blas flags are empty"'
167
167
env :
@@ -217,7 +217,7 @@ jobs:
217
217
run : |
218
218
micromamba install --yes -q -c conda-forge "python~=${PYTHON_VERSION}=*_cpython" mkl numpy scipy pip mkl-service cython pytest "numba>=0.57" jax jaxlib pytest-benchmark pytorch pytorch-cuda=12.1 -c pytorch -c nvidia
219
219
pip install -e ./
220
- micromamba list && pip freeze
220
+ pip freeze
221
221
python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
222
222
python -c 'import pytensor; assert pytensor.config.blas__ldflags != "", "Blas flags are empty"'
223
223
env :
You can’t perform that action at this time.
0 commit comments