Skip to content

Commit

Permalink
use setuptools<72 and VS cmd console
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Oct 11, 2024
1 parent cdbb672 commit 7cd6eab
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 @@ -25,12 +25,13 @@ environment:

install:
- SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%
- python -m pip.__main__ install -U pip wheel setuptools
- python -m pip.__main__ install -U pip wheel "setuptools<72.0.0"
- pip install -r requirements.txt
- git submodule update --init --recursive

build: off
build_script:
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
- python -u setup.py clean
- python -u setup.py build install --use-bundle
- python -u setup.py bdist_wheel --use-bundle
Expand Down

0 comments on commit 7cd6eab

Please sign in to comment.