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 358ef7b commit 85e3138Copy full SHA for 85e3138
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 numpy python ninja pdal pytest conda-build -y
+ call conda install --yes --quiet --name pdal -c conda-forge scikit-build numpy python=3.8 ninja pdal pytest conda-build -y
26
displayName: Install PDAL
27
- script: |
28
0 commit comments