We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a0ad7 commit f0f1e9fCopy full SHA for f0f1e9f
1 file changed
.azure-pipelines/azure-pipelines-linux.yml
@@ -12,6 +12,9 @@ jobs:
12
- bash: echo "##vso[task.prependpath]$CONDA/bin"
13
displayName: Add conda to PATH
14
15
+ - bash: sudo apt-get install libxerces-c
16
+ displayName: Add conda to PATH
17
+
18
- template: unix-build.yml
19
parameters:
20
platform: 'Linux'
0 commit comments