Skip to content

Commit

Permalink
use PyInstaller 4.4 (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mpr1c3 authored Aug 6, 2023
1 parent f53d13c commit 80b108d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-multi-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Get firmware version matching manifest
run: |
echo ${{ steps.vars.outputs.manifest }}
available=$(curl -s https://github.com/AllYarnsAreBeautiful/ayab-firmware/releases | grep -oE '/tag/[^\"]+' | sed -E 's/\/tag\///')
available=$(curl -s https://github.com/AllYarnsAreBeautiful/ayab-firmware/releases | grep -oE '/tag/[^\"]+' | sed -E 's/\/tag\///')
echo $available
match=$(for x in $available; do echo $x; done | grep ^${{ steps.vars.outputs.manifest }} | sort -r | head -1)
echo $match
Expand Down Expand Up @@ -69,6 +69,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt update
sudo apt-get install -y avrdude libasound2-dev
- name: Restore pip cache
id: pip-cache
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fbs @ git+https://github.com/AllYarnsAreBeautiful/fbs@1.2.1-py38
PyQt5==5.12.3
PyInstaller==4.1
PyInstaller==4.4
Pillow==7.1.2
pyserial==3.4
sliplib==0.4.0
Expand Down

0 comments on commit 80b108d

Please sign in to comment.