Skip to content

Commit

Permalink
Add build module
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole authored Nov 10, 2023
1 parent 23a6d1a commit 098f9c9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ build_script:
- "%VENV_BUILD_DIR%\\Scripts\\activate.bat"

# Install build dependencies
- "pip install wheel"
- "pip install numpy"
- "pip install cython"
- "pip install --upgrade build"
- "pip install --upgrade wheel"
- "pip install --upgrade numpy"
- "pip install --upgrade cython"

# Print Python info
- "python ci\\info_platform.py"
Expand Down

0 comments on commit 098f9c9

Please sign in to comment.