diff --git a/appveyor.yml b/appveyor.yml index 4ed269dbe..8bc63acea 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,6 +43,7 @@ build_script: - "pip install --upgrade build" - "pip install --upgrade setuptools" - "pip install --upgrade wheel" + - "pip install oldest-supported-numpy" - "pip install --upgrade numpy" - "pip install --upgrade cython" @@ -52,7 +53,7 @@ build_script: # 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 -c \"text=open('pyproject.toml').read().replace('oldest-supported-','');open('pyproject.toml','w').write(text)\"" - "python -m build --no-isolation --wheel" - ps: "ls dist"