removed pyreadline, restoring toolchain

This commit is contained in:
Konstantin Volkov
2023-03-13 15:20:19 +03:00
parent b068eedf3c
commit 74715b9879
2 changed files with 1 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ jobs:
id: autotest_dependencies
if: success()
run: |
source scripts/toolchain/fbtenv.sh
source scripts/toolchain/fbtenv.sh --restore
python3 -m pip install -r ./scripts/flippigator/requirements.txt
- name: 'Flash unit tests firmware'

View File

@@ -18,7 +18,6 @@ pluggy==1.0.0
protobuf==3.20.2
protoletariat==1.1.0
pyparsing==3.0.9
pyreadline==1.7.1
pyserial==3.5
pytest==7.2.0
six==1.16.0