Skip to content

Commit

Permalink
Install oldest-supported-numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole authored Nov 10, 2023
1 parent 42d7626 commit d694bb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"

Expand Down

0 comments on commit d694bb4

Please sign in to comment.