blob: d1d4368d4ff960afa0d9668a562637b3c86a30a1 [file] [log] [blame]
Chad Duffinac9ac062019-07-23 10:06:45 -07001#!/bin/bash
2set -ex
3
4SCRIPT_DIR=$(dirname $(readlink -f "$0"))
5WPT_ROOT=$(readlink -f $SCRIPT_DIR/../..)
6cd $WPT_ROOT
7
8if [[ $RUN_JOB -eq 1 ]]; then
9 pip install -U setuptools
10 pip install -U requests
11fi