We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdeb7f0 commit 3fa7102Copy full SHA for 3fa7102
scripts/azp/win.yml
@@ -22,7 +22,7 @@ jobs:
22
ECHO ON
23
call activate pdal
24
call conda config --set always_yes True --set show_channel_urls True
25
- call conda install --yes --quiet --name pdal -c conda-forge scikit-build compilers ninja pdal pytest conda-build -y
+ call conda install --yes --quiet --name pdal -c conda-forge scikit-build ninja pdal pytest conda-build -y
26
displayName: Install PDAL
27
- script: |
28
0 commit comments