Skip to content

Commit

Permalink
force using cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Oct 11, 2024
1 parent 7cd6eab commit 14a10b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ install:

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
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
- cmd: python -u setup.py clean
- cmd: python -u setup.py build install --use-bundle
- cmd: python -u setup.py bdist_wheel --use-bundle

test: off
test_script:
Expand Down

0 comments on commit 14a10b4

Please sign in to comment.