Skip to content

Commit

Permalink
split pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Mar 14, 2018
1 parent 0dbb2f7 commit fd87bad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci/script.sh
Expand Up @@ -87,7 +87,8 @@ ctest -V
make install

# Python extension testing
pip install packaging PDAL
pip install packaging
pip install PDAL

for EXAMPLE in writing writing-filter writing-kernel writing-reader writing-writer
do
Expand Down

0 comments on commit fd87bad

Please sign in to comment.