Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Nov 24, 2021
1 parent a9d9ff9 commit a8864e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis/conda/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi


export GDAL_ENABLE_DEPRECATED_DRIVER_DODS=YES
conda build recipe --clobber-file recipe/recipe_clobber.yaml --output-folder packages -m ".ci_support/${CI_PLAT}_64_.yaml"
conda build recipe --clobber-file recipe/recipe_clobber.yaml --output-folder packages -m ".ci_support/${CI_PLAT}_64_openssl3.yaml"
conda create -y -n test -c ./packages python=3.8 libgdal gdal
conda deactivate
conda activate test
Expand Down

0 comments on commit a8864e4

Please sign in to comment.