fix travis

master
Zach White 2021-01-07 11:58:18 -08:00 committed by Zach White
parent 4394fc35ea
commit a1007627e4
1 changed files with 3 additions and 0 deletions

View File

@ -23,3 +23,6 @@ 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