#2620: remove shell

This commit is contained in:
Czar Echavez
2024-07-02 00:45:24 +01:00
parent 1faacc8d7c
commit 88ab3c3ca1

View File

@@ -119,7 +119,6 @@ stages:
fi fi
displayName: 'Run notebooks on Linux and macOS' displayName: 'Run notebooks on Linux and macOS'
condition: or(eq(variables['Agent.OS'], 'Linux'), eq(variables['Agent.OS'], 'Darwin')) condition: or(eq(variables['Agent.OS'], 'Linux'), eq(variables['Agent.OS'], 'Darwin'))
shell: bash
# Run notebooks # Run notebooks
- script: | - script: |
@@ -133,7 +132,6 @@ stages:
} }
displayName: 'Run notebooks on Windows' displayName: 'Run notebooks on Windows'
condition: eq(variables['Agent.OS'], 'Windows_NT') condition: eq(variables['Agent.OS'], 'Windows_NT')
shell: pwsh
- task: PublishTestResults@2 - task: PublishTestResults@2
condition: succeededOrFailed() condition: succeededOrFailed()