diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7dbfda10ba..4a31d7eac0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -45,12 +45,12 @@ jobs: name: 'UnitTests_determinism' PYTHON_VERSION: $(PYTHON_VERSION) GLOB: '0deterministic.py' -- job: 'Test_mpi_adam' - steps: - - task: UsePythonVersion@0 - inputs: - versionSpec: $(PYTHON_VERSION) - - template: azure_templates/install-msmpi.yml - - template: azure_templates/install-python-package.yml - - script: bash -c "python -m stable_baselines.common.mpi_adam" - displayName: 'Run test' +- job: Test_mpi_adam + steps: + - task: UsePythonVersion@0 + inputs: + versionSpec: $(PYTHON_VERSION) + - template: azure_templates/install-msmpi.yml + - template: azure_templates/install-python-package.yml + - script: bash -c "python -m stable_baselines.common.mpi_adam" + displayName: 'Run test'