File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
fast-compile : 0
134
134
float32 : 0
135
135
part : " tests/link/pytorch"
136
- - os : macos-latest
136
+ - os : macos-15
137
137
python-version : " 3.12"
138
138
fast-compile : 0
139
139
float32 : 0
@@ -169,7 +169,7 @@ jobs:
169
169
shell : micromamba-shell {0}
170
170
run : |
171
171
172
- if [[ $OS == "macos-latest " ]]; then
172
+ if [[ $OS == "macos-15 " ]]; then
173
173
micromamba install --yes -q "python~=${PYTHON_VERSION}=*_cpython" numpy scipy pip graphviz cython pytest coverage pytest-cov pytest-benchmark pytest-mock libblas=*=*accelerate;
174
174
else
175
175
micromamba install --yes -q "python~=${PYTHON_VERSION}=*_cpython" mkl numpy scipy pip mkl-service graphviz cython pytest coverage pytest-cov pytest-benchmark pytest-mock;
@@ -182,7 +182,7 @@ jobs:
182
182
pip install -e ./
183
183
micromamba list && pip freeze
184
184
python -c 'import pytensor; print(pytensor.config.__str__(print_doc=False))'
185
- if [[ $OS == "macos-latest " ]]; then
185
+ if [[ $OS == "macos-15 " ]]; then
186
186
python -c 'import pytensor; assert pytensor.config.blas__ldflags.startswith("-framework Accelerate"), "Blas flags are not set to MacOS Accelerate"';
187
187
else
188
188
python -c 'import pytensor; assert pytensor.config.blas__ldflags != "", "Blas flags are empty"';
You can’t perform that action at this time.
0 commit comments