[ci,windows] Try locking on windows
This commit is contained in:
parent
6e32963f3e
commit
a5707a0e3e
@ -60,9 +60,7 @@ package_windows:
|
|||||||
- choco install python --version=$PYTHON_VERSION -y --no-progress
|
- choco install python --version=$PYTHON_VERSION -y --no-progress
|
||||||
- C:\\Python310\\python.exe --version
|
- C:\\Python310\\python.exe --version
|
||||||
- C:\\Python310\\python.exe -m pip install pipenv
|
- C:\\Python310\\python.exe -m pip install pipenv
|
||||||
- C:\\Python310\\python.exe -m pipenv sync
|
- C:\\Python310\\python.exe -m pipenv sync --dev
|
||||||
# pipenv dependency resolution is platform dependant; pyinstaller has extra dependency on Windows -> resolve at package time
|
|
||||||
- C:\\Python310\\python.exe -m pipenv install --dev --skip-lock
|
|
||||||
script:
|
script:
|
||||||
- C:\\Python310\\python.exe -m pipenv run pyinstaller --onefile --windowed --name "${WINDOWS_AMD64_BINARY}" -i icon.ico src/fime/main.py
|
- C:\\Python310\\python.exe -m pipenv run pyinstaller --onefile --windowed --name "${WINDOWS_AMD64_BINARY}" -i icon.ico src/fime/main.py
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
Reference in New Issue
Block a user