Skip to content

Commit

Permalink
Fix the travis build (apache#11799)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekagarwal87 authored and gianm committed Dec 10, 2021
1 parent 5d1e705 commit ad1ee13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad1ee13

Please sign in to comment.