We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e960a0 commit af2bc0eCopy full SHA for af2bc0e
.github/workflows/main.yml
@@ -32,6 +32,8 @@ jobs:
32
run: |
33
python3 -m pip install -r requirements.txt
34
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
37
python3 -m pip install -r requirements-tests.txt
38
- name: Lint with flake8
39
0 commit comments