From 4f62905be08173366f19dec7d3a8d6dc13f8ab32 Mon Sep 17 00:00:00 2001 From: Abhishek Agarwal <1477457+abhishekagarwal87@users.noreply.github.com> Date: Thu, 14 Oct 2021 16:31:51 +0530 Subject: [PATCH] Fix the travis build (#11799) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dc995cd55d1..bcf50159b79 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