mirror of https://github.com/apache/druid.git
Fix the travis build (#11799)
This commit is contained in:
parent
887cecf29e
commit
4f62905be0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue