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 @@ -123,7 +123,7 @@ jobs:
123
123
pip install -e ./
124
124
mamba list && pip freeze
125
125
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" '
127
127
env :
128
128
PYTHON_VERSION : ${{ matrix.python-version }}
129
129
INSTALL_NUMBA : ${{ matrix.install-numba }}
@@ -175,7 +175,7 @@ jobs:
175
175
pip install -e ./
176
176
mamba list && pip freeze
177
177
python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
178
- python -c 'import pytensor; assert( pytensor.config.blas__ldflags != "") '
178
+ python -c 'import pytensor; assert pytensor.config.blas__ldflags != "", "Blas flags are empty" '
179
179
env :
180
180
PYTHON_VERSION : 3.9
181
181
- name : Download previous benchmark data
You can’t perform that action at this time.
0 commit comments