From 74715b9879fa0ef4182dffa08a8a226e684bf03e Mon Sep 17 00:00:00 2001 From: Konstantin Volkov Date: Mon, 13 Mar 2023 15:20:19 +0300 Subject: [PATCH] removed pyreadline, restoring toolchain --- .github/workflows/smoke_tests.yml | 2 +- scripts/flippigator/requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/smoke_tests.yml b/.github/workflows/smoke_tests.yml index b6aca38743..462ccc5eca 100644 --- a/.github/workflows/smoke_tests.yml +++ b/.github/workflows/smoke_tests.yml @@ -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' diff --git a/scripts/flippigator/requirements.txt b/scripts/flippigator/requirements.txt index 2231ff0cba..f8ad2c26f9 100644 --- a/scripts/flippigator/requirements.txt +++ b/scripts/flippigator/requirements.txt @@ -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