You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by kf...@apache.org on 2022/10/26 08:55:04 UTC

[druid] branch 24.0.1 updated: [Backport] Another simpler attempt to fix travis build (#13257) (#13260)

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

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


The following commit(s) were added to refs/heads/24.0.1 by this push:
     new 42b778f810 [Backport] Another simpler attempt to fix travis build (#13257) (#13260)
42b778f810 is described below

commit 42b778f810fc3e01ba183d59ba85b8068c4dcfb2
Author: Kashif Faraz <ka...@gmail.com>
AuthorDate: Wed Oct 26 14:24:57 2022 +0530

    [Backport] Another simpler attempt to fix travis build (#13257) (#13260)
---
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b7015f2394..b3031bb71a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,10 +90,11 @@ jobs:
 
     - name: "license checks"
       before_script: &setup_generate_license
-        - sudo apt-get update && sudo apt-get install python3 python3-pip python3-setuptools -y
+        - sudo apt-get update && sudo apt-get install python3 -y
+        - curl https://bootstrap.pypa.io/pip/3.5/get-pip.py | sudo -H python3
         - ./check_test_suite.py && travis_terminate 0 || echo 'Continuing setup'
         - pip3 install wheel  # install wheel first explicitly
-        - pip3 install pyyaml==5.4.1
+        - pip3 install --upgrade pyyaml
       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