Skip to content

Commit 85e3138

Browse files
committed
use python 3.8
1 parent 358ef7b commit 85e3138

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 numpy python ninja pdal pytest conda-build -y
25+
call conda install --yes --quiet --name pdal -c conda-forge scikit-build numpy python=3.8 ninja pdal pytest conda-build -y
2626
displayName: Install PDAL
2727
- script: |
2828
ECHO ON

0 commit comments

Comments
 (0)