We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99d9ae commit 0a6554eCopy full SHA for 0a6554e
appveyor.yml
@@ -17,8 +17,11 @@ environment:
17
- PYTHON: "C:\\Python310-x64"
18
19
install:
20
+ # Newer setuptools is needed for proper support of pyproject.toml
21
+ - "%PYTHON%\\python.exe -m pip install setuptools --upgrade"
22
# We need wheel installed to build wheels
- - "%PYTHON%\\python.exe -m pip install wheel build setuptools setuptools_scm"
23
+ - "%PYTHON%\\python.exe -m pip install wheel --upgrade"
24
+ - "%PYTHON%\\python.exe -m pip install build setuptools_scm"
25
- "%PYTHON%\\python.exe -m pip install pytest numpy pandas"
26
27
build: off
0 commit comments