You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by gi...@apache.org on 2021/12/10 09:25:06 UTC

[druid] 03/03: Fix the travis build (#11799)

This is an automated email from the ASF dual-hosted git repository.

gian pushed a commit to branch 0.22.1
in repository https://gitbox.apache.org/repos/asf/druid.git

commit ad1ee1373fdf0840361532260b2cecf040ffd924
Author: Abhishek Agarwal <14...@users.noreply.github.com>
AuthorDate: Thu Oct 14 16:31:51 2021 +0530

    Fix the travis build (#11799)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index dc995cd..bcf5015 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -94,7 +94,7 @@ jobs:
         - sudo apt-get update && sudo apt-get install python3 python3-pip python3-setuptools -y
         - ./check_test_suite.py && travis_terminate 0 || echo 'Continuing setup'
         - pip3 install wheel  # install wheel first explicitly
-        - pip3 install pyyaml
+        - pip3 install pyyaml==5.4.1
       script:
         - >
           ${MVN} apache-rat:check -Prat --fail-at-end

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org