Skip to content

Commit

Permalink
github actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
levoncrypto committed Dec 30, 2023
1 parent 51aef35 commit 42439b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,12 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.8.18'
python-version: '3.10.12'
- name: Install Required System Packages
run: sudo apt-get -y install libudev-dev libusb-1.0-0-dev libfox-1.6-dev autotools-dev autoconf automake libtool git cmake
- name: Install Application Dependencies
run: |
pip install pip==22.0.2
pip install --upgrade pyinstaller
pip install -r requirements.txt
- name: Bundle Application
run: |
Expand Down

0 comments on commit 42439b8

Please sign in to comment.