mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-25 20:12:14 +03:00
Fix python to 3.9.13 version in Windows contrib
This commit is contained in:
parent
a2655d9196
commit
f7d65d7cf2
@ -28,7 +28,7 @@ Install git, llvm, nsis and python3
|
||||
|
||||
```powershell
|
||||
choco install --confirm --no-progress git winlibs-llvm-free nsis
|
||||
choco install --confirm --no-progress python3 --version "3.8.0"
|
||||
choco install --confirm --no-progress python3 --version "3.9.13"
|
||||
python -m pip install --upgrade pip --quiet
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user