Skip to content

Commit

Permalink
appveyor: upgrade setuptools before build (should fix UNKNOWN package…
Browse files Browse the repository at this point in the history
… name)
  • Loading branch information
astanin committed Oct 6, 2022
1 parent d99d9ae commit 0a6554e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Expand Up @@ -17,8 +17,11 @@ environment:
- PYTHON: "C:\\Python310-x64"

install:
# Newer setuptools is needed for proper support of pyproject.toml
- "%PYTHON%\\python.exe -m pip install setuptools --upgrade"
# We need wheel installed to build wheels
- "%PYTHON%\\python.exe -m pip install wheel build setuptools setuptools_scm"
- "%PYTHON%\\python.exe -m pip install wheel --upgrade"
- "%PYTHON%\\python.exe -m pip install build setuptools_scm"
- "%PYTHON%\\python.exe -m pip install pytest numpy pandas"

build: off
Expand Down

0 comments on commit 0a6554e

Please sign in to comment.