Skip to content

Commit af2bc0e

Browse files
committed
Add further CI requirements
1 parent 5e960a0 commit af2bc0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: |
3333
python3 -m pip install -r requirements.txt
3434
python3 -m pip install -r requirements-serial.txt
35+
python3 -m pip install -r requirements-gui.txt
36+
python3 -m pip install -r requirements-wallet.txt
3537
python3 -m pip install -r requirements-tests.txt
3638
- name: Lint with flake8
3739
run: |

0 commit comments

Comments
 (0)