From 5346827c2f946fba8fee8998d2c5faa4385feb09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=2E=20Armando=20Sol=C3=A9?= Date: Fri, 10 Nov 2023 12:17:26 +0100 Subject: [PATCH] Try a patch --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index d1ac7c0ed..c61241c67 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -51,6 +51,8 @@ build_script: - "pip freeze" # Build + # --no-isolation complains about oldest-supported-numpy not being installed + - "python -c \"text=open('pyproject.toml').read().replace('oldest-supported-','');open('pyproject.toml','w').write(text)\"" - "python -m build --no-isolation --wheel" - ps: "ls dist"