diff --git a/appveyor.yml b/appveyor.yml index aa6d4a194..9f71ca7bd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,7 +40,7 @@ build_script: # for debugging, see what was built - python build\zip_daemon.py - dir dist - - pip install -r requirements.txt + - pip install -r build\requirements.txt - python build\release_on_tag.py test: off