mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 03:08:14 +00:00
Check if locking version of pypiwin32==220 helps, Ref. #1276
This commit is contained in:
parent
8268e76a86
commit
cbb15c7a84
@ -15,7 +15,6 @@ install:
|
|||||||
- "%PYTHON%\\python.exe -m pip install -r dev-requirements.txt"
|
- "%PYTHON%\\python.exe -m pip install -r dev-requirements.txt"
|
||||||
- "%PYTHON%\\python.exe -m pip install -r win-requirements.txt"
|
- "%PYTHON%\\python.exe -m pip install -r win-requirements.txt"
|
||||||
|
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
-rrequirements.txt
|
-rrequirements.txt
|
||||||
|
|
||||||
pypiwin32 # pyup: ignore
|
pypiwin32==220 # pyup: ignore
|
||||||
|
Loading…
Reference in New Issue
Block a user