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 9ebde6b commit 189ff0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,17 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.9.18'
python-version: '3.8.18'
- name: Install Required System Packages
run: sudo apt-get update && sudo apt-get install -y flatpak flatpak-builder

- name: Install Application Dependencies
run: |
python -m pip install pip==21.2.4
python -m pip install -r requirements.txt
python -m pip install trezor
python -m pip install mnemonic
- name: Bundle Application
run: python -m PyInstaller --distpath=bin --workpath=work dash_masternode_tool.spec
- name: Add Flatpak Repositories
Expand Down

0 comments on commit 189ff0c

Please sign in to comment.