Tools: don't fail CI if we can't install edn_format

trying to fix semaphore
This commit is contained in:
Andrew Tridgell 2020-04-29 16:28:36 +10:00
parent 66655212b1
commit ec73cb0e88

View File

@ -87,4 +87,5 @@ fi
pip install --user -U argparse empy pyserial pexpect future lxml
pip install --user -U intelhex
pip install --user -U numpy
pip install --user -U edn_format
pip install --user -U edn_format || true