summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorZach White <skullydazed@gmail.com>2021-01-07 21:03:36 -0800
committerZach White <skullydazed@drpepper.org>2021-01-07 21:21:12 -0800
commita828a82d59b6205a56f7d42d51217f13ffbcb0d5 (patch)
tree45bcc525bdfa42114d75c574b3766f7329c4f2a0 /util
parenta1007627e4d18c31803c8415972cbcf34165954b (diff)
remove the python dep update
Diffstat (limited to 'util')
-rwxr-xr-xutil/travis_utils.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/travis_utils.sh b/util/travis_utils.sh
index 1aaab812ca..e949946e22 100755
--- a/util/travis_utils.sh
+++ b/util/travis_utils.sh
@@ -23,6 +23,3 @@ if command -v docker >/dev/null; then
docker run --rm -w /qmk_firmware/ -v "$PWD":/qmk_firmware --user $(id -u):$(id -g) qmkfm/base_container bin/qmk "$@"
}
fi
-
-# Install updated python deps
-python3 -m pip install -U -r requirements.txt