Skip to content

Commit

Permalink
Merge pull request #53 from Fuzzbawls/2023_GA-fix
Browse files Browse the repository at this point in the history
GA: Fix build issues with btchip
  • Loading branch information
Fuzzbawls authored Jul 15, 2023
2 parents 0ef513b + f34adba commit 9736c7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
ecdsa==0.13.3

0 comments on commit 9736c7a

Please sign in to comment.