mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Specify minor version of Python on AppVeyor
To fix sphinx-build being installed to a different path in different versions of Python.
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ install:
|
||||
if (!([string]$version).endswith('0.9.0')) { $env:INSTALL_CBINDGEN=1 }
|
||||
- IF "%INSTALL_CBINDGEN%" == "1" cargo install cbindgen --version 0.9.0 --force
|
||||
- nuget install doxygen -Version 1.8.14
|
||||
- py -3 -m pip install -r docs/requirements.txt
|
||||
- py -3.7 -m pip install -r docs/requirements.txt
|
||||
- ps: (New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/Ortham/ci-scripts/2.1.3/delete_old_bintray_versions.py', "$env:APPVEYOR_BUILD_FOLDER\delete_old_bintray_versions.py")
|
||||
- ps: if ($env:PLATFORM -eq "Win32") { $env:ADDRESS_MODEL = '32' } else { $env:ADDRESS_MODEL = '64' }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user