#2620: remove shell
This commit is contained in:
@@ -119,7 +119,6 @@ stages:
|
||||
fi
|
||||
displayName: 'Run notebooks on Linux and macOS'
|
||||
condition: or(eq(variables['Agent.OS'], 'Linux'), eq(variables['Agent.OS'], 'Darwin'))
|
||||
shell: bash
|
||||
|
||||
# Run notebooks
|
||||
- script: |
|
||||
@@ -133,7 +132,6 @@ stages:
|
||||
}
|
||||
displayName: 'Run notebooks on Windows'
|
||||
condition: eq(variables['Agent.OS'], 'Windows_NT')
|
||||
shell: pwsh
|
||||
|
||||
- task: PublishTestResults@2
|
||||
condition: succeededOrFailed()
|
||||
|
||||
Reference in New Issue
Block a user