Skip to content

Commit 3fa7102

Browse files
committed
don't use condas compilers
1 parent bdeb7f0 commit 3fa7102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/azp/win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ECHO ON
2323
call activate pdal
2424
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
25+
call conda install --yes --quiet --name pdal -c conda-forge scikit-build ninja pdal pytest conda-build -y
2626
displayName: Install PDAL
2727
- script: |
2828
ECHO ON

0 commit comments

Comments
 (0)