Skip to content

Commit

Permalink
Add qrzlib dependency into workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0x9900 committed Feb 16, 2024
1 parent da81a7a commit 5df8ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint isort flake8
pip install adif_io PyYAML Pillow watchfiles
pip install adif_io PyYAML Pillow watchfiles qrzlib
- name: Lint check
continue-on-error: false
run: |
Expand Down

0 comments on commit 5df8ade

Please sign in to comment.