run_test.sh 89 B

1234567891011
  1. set -ex
  2. pip check
  3. tqdm --help
  4. tqdm -v | rg 4.65.0
  5. pytest -k "not tests_perf"
  6. exit 0