[CI] Fix hanging Python setup in Windows CI (#7186)
This commit is contained in:
committed by
GitHub
parent
ee8d1f5ed8
commit
d04312b9c0
@@ -2,7 +2,7 @@ name: win64_env
|
||||
channels:
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- python
|
||||
- python=3.8
|
||||
- wheel
|
||||
- numpy
|
||||
- scipy
|
||||
@@ -16,6 +16,5 @@ dependencies:
|
||||
- jsonschema
|
||||
- hypothesis
|
||||
- jsonschema
|
||||
- python-graphviz
|
||||
- pip
|
||||
- pip:
|
||||
- graphviz
|
||||
|
||||
@@ -2,7 +2,7 @@ name: win64_env
|
||||
channels:
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- python=3.7
|
||||
- python=3.8
|
||||
- numpy
|
||||
- scipy
|
||||
- matplotlib
|
||||
@@ -12,8 +12,7 @@ dependencies:
|
||||
- boto3
|
||||
- hypothesis
|
||||
- jsonschema
|
||||
- cupy
|
||||
- python-graphviz
|
||||
- modin-ray
|
||||
- pip
|
||||
- pip:
|
||||
- cupy-cuda101
|
||||
- modin[all]
|
||||
- graphviz
|
||||
|
||||
Reference in New Issue
Block a user