#!/bin/bash

set -ex

retry python3 -m pip install "$@"
exec python3 -m pip check
