Skip to content

Commit

Permalink
updated appveyor script
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenNingia authored Feb 10, 2022
1 parent f29937a commit f04259c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:

init:
# Gather some basic build environment details.
- rem set
- set
- dir

environment:
Expand All @@ -17,8 +17,6 @@ environment:
install:
- if %PYTHONDIR:-x64=%==%PYTHONDIR% (set ARCH=x86) else set ARCH=x64
- set PATH=%PYTHONDIR%;%PYTHONDIR%\scripts;C:\Program Files (x86)\Inno Setup 6;%PATH%
- python --version
- echo %PATH%
- python -m pip install --upgrade pip
- pip install -r requirements.txt
- pip install cx_Freeze
Expand Down

0 comments on commit f04259c

Please sign in to comment.