Skip to content

Commit

Permalink
test: fix CI failure for periodic functional tests (#10817)
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Kvachenok <igor.kvachenok@prokube.ai>
  • Loading branch information
tmvfb authored May 21, 2024
1 parent 454a654 commit c18ec0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/kfp-functional-test/kfp-functional-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apt-get update -y
apt --no-install-recommends -y -q install curl
sudo apt-get update -y
sudo apt --no-install-recommends -y -q install curl
source_root="$(pwd)"

python3 -m pip install -r "${source_root}/test/kfp-functional-test/requirements.txt"
Expand Down

0 comments on commit c18ec0b

Please sign in to comment.