diff options
author | mattip <matti.picus@gmail.com> | 2023-02-21 13:43:18 +0200 |
---|---|---|
committer | Matti Picus <matti.picus@gmail.com> | 2023-02-21 14:47:01 +0200 |
commit | 8423cba37de0ac2f9795a40b9bc62564df7db050 (patch) | |
tree | df058e44f63f1f6179f12220242c03c1e293ceaa /.github | |
parent | b536c4f1e6073a3c33b8196940c7a3e0f944ee19 (diff) | |
download | numpy-8423cba37de0ac2f9795a40b9bc62564df7db050.tar.gz |
use old way of writing _distributor_init.py
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/windows_meson.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows_meson.yml b/.github/workflows/windows_meson.yml index 38fe8d6f7..1bf3fdc76 100644 --- a/.github/workflows/windows_meson.yml +++ b/.github/workflows/windows_meson.yml @@ -68,7 +68,7 @@ jobs: $ob_path = "C:/opt/64/bin/" cp $ob_path/*.dll $libs_path # Write _distributor_init.py to load .libs DLLs. - python tools\openblas_support.py --write-init $numpy_path + python -c "from tools import openblas_support; openblas_support.make_init(r'${numpy_path}')" - name: prep-test run: | |