File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 88 - package-ecosystem : " github-actions" # See documentation for possible values
99 directory : " /" # Location of package manifests
1010 schedule :
11- interval : " weekly "
11+ interval : " monthly "
1212 groups :
1313 actions :
1414 patterns :
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 env :
1616 DOCS_PATH : ./docs/_build/html/
17+ permissions :
18+ contents : read
1719 steps :
1820 - uses : actions/checkout@v5
1921 with :
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 - os : macos
110110 os_version : latest
111111 INSTALLER_EXTENSION : pkg
112- BLAS_IMPL : _accelerate # avoid newaccelerate for now, issue with scipy
112+ BLAS_IMPL : newaccelerate
113113 ARCH : arm64
114114 TARGET_PLATFORM : osx-arm64
115115 env :
You can’t perform that action at this time.
0 commit comments