Skip to content

Commit

Permalink
Update continuous-integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmouchous-ledger authored Sep 19, 2024
1 parent aa3cb62 commit 233cb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install apt packages
run: sudo apt install pcsc-tools
- name: Install pip packages
run: pip install flake8 pytest crcmod pycrytpo
run: pip install flake8 pytest crcmod pycrypto
- name: Lint Python
run: find . -type f -name '*.py' -exec flake8 '{}' '+'
- name: Test Python
Expand Down

0 comments on commit 233cb1b

Please sign in to comment.