Skip to content

Commit 042f6e4

Browse files
committed
update job name
1 parent 502ac35 commit 042f6e4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
name: 'UnitTests_determinism'
4646
PYTHON_VERSION: $(PYTHON_VERSION)
4747
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'

0 commit comments

Comments
 (0)