File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ jobs:
45
45
name : ' UnitTests_determinism'
46
46
PYTHON_VERSION : $(PYTHON_VERSION)
47
47
GLOB : ' 0deterministic.py'
48
- - job : ' Test_mpi_adam'
49
- steps :
50
- - task : UsePythonVersion@0
51
- inputs :
52
- versionSpec : $(PYTHON_VERSION)
53
- - template : azure_templates/install-msmpi.yml
54
- - template : azure_templates/install-python-package.yml
55
- - script : bash -c "python -m stable_baselines.common.mpi_adam"
56
- displayName : ' Run test'
48
+ - job : Test_mpi_adam
49
+ steps :
50
+ - task : UsePythonVersion@0
51
+ inputs :
52
+ versionSpec : $(PYTHON_VERSION)
53
+ - template : azure_templates/install-msmpi.yml
54
+ - template : azure_templates/install-python-package.yml
55
+ - script : bash -c "python -m stable_baselines.common.mpi_adam"
56
+ displayName : ' Run test'
You can’t perform that action at this time.
0 commit comments