[ci,windows] Try locking on windows

This commit is contained in:
Fabian 2022-09-30 00:04:03 +02:00
parent 6e32963f3e
commit a5707a0e3e

View File

@ -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: