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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]