Skip to content

Commit

Permalink
update job name
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengYen-Tang committed Feb 6, 2020
1 parent 502ac35 commit 042f6e4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 042f6e4

Please sign in to comment.