Skip to content

Commit

Permalink
added 1.3.6 pin to draco
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemann16 committed Jan 19, 2021
1 parent 20e1c46 commit 90427d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/ci/linux/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ conda install cmake ninja compilers -y

# can remove this line once Draco is added to the
# PDAL recipe
conda install -c conda-forge draco -y
conda install -c conda-forge draco=1.3.6 -y

if [ "$BUILD_TYPE" == "fixed" ]; then

Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/win/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ conda update -n base -c defaults conda
conda install cmake ninja compilers -y

# can remove this after CF PDAL recipe adds Draco
conda install -c conda-forge draco -y
conda install -c conda-forge draco=1.3.6 -y

if [ "$BUILD_TYPE" == "fixed" ]; then

Expand Down

0 comments on commit 90427d4

Please sign in to comment.