We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502ac35 commit 042f6e4Copy full SHA for 042f6e4
1 file changed
azure-pipelines.yml
@@ -45,12 +45,12 @@ jobs:
45
name: 'UnitTests_determinism'
46
PYTHON_VERSION: $(PYTHON_VERSION)
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'
+- 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 commit comments