Skip to content

Commit

Permalink
Merge pull request #1050 from vasole/vasole-patch-1
Browse files Browse the repository at this point in the history
[CI] Install oldest-supported-numpy
  • Loading branch information
vasole authored Nov 10, 2023
2 parents 42d7626 + ab36803 commit 684cb1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ build_script:
- "pip install --upgrade build"
- "pip install --upgrade setuptools"
- "pip install --upgrade wheel"
# --no-isolation complains about oldest-supported-numpy not being installed
- "pip install oldest-supported-numpy"
- "pip install --upgrade numpy"
- "pip install --upgrade cython"

Expand All @@ -51,8 +53,6 @@ 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"

Expand Down

0 comments on commit 684cb1b

Please sign in to comment.