From f34adbac731e314c366569cd15eceb82f43a57d8 Mon Sep 17 00:00:00 2001 From: Fuzzbawls Date: Thu, 13 Jul 2023 06:57:22 -0700 Subject: [PATCH] GA: Fix build issues with btchip --- .github/workflows/main.yaml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index adfa793..6dc7c5e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -21,7 +21,7 @@ jobs: - name: Install Dependencies run: | - python -m pip install --upgrade wheel + pip install wheel==0.38.4 pip install -r requirements.txt pip install importlib-metadata==4.13.0 pip install flake8==3.8.4 @@ -78,7 +78,7 @@ jobs: sudo apt-get update sudo apt-get install --no-install-recommends --no-upgrade -qq ${{ matrix.config.packages }} fi - python -m pip install --upgrade wheel + pip install wheel==0.38.4 pip install -r requirements.txt pip install pyinstaller - name: Build diff --git a/requirements.txt b/requirements.txt index 038e739..a373f12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ trezor==0.11.1 PyQt5>=5.9,<5.14.1 requests>=2.18.4,<=2.23 simplejson<=3.13.2 -ecdsa==0.13.3 \ No newline at end of file +ecdsa==0.13.3