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 f78d5c7 commit 6c571d5Copy full SHA for 6c571d5
scripts/azp/osx.yml
@@ -30,14 +30,7 @@ jobs:
30
source activate pdal
31
conda install --yes --quiet --name pdal -c conda-forge scikit-build pdal pytest numpy conda-forge-ci-setup=2 -y
32
displayName: Install PDAL
33
- - script: |
34
- source activate pdal
35
- export CI=azure
36
- source run_conda_forge_build_setup
37
- env: {
38
- OSX_FORCE_SDK_DOWNLOAD: "1"
39
- }
40
- displayName: Configure OSX SDK
+
41
- script: |
42
43
which pytest
0 commit comments