Skip to content

Commit

Permalink
Add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
0x9900 committed Jan 28, 2024
1 parent 37044d9 commit c6a9272
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pylint PyYAML DXEntity
- name: Analysing the code with pylint
python -m pip install pylint
python -m pip install DXEntity PyYAML flake8 tabulate
- name: Lint check
continue-on-error: false
run: |
pylint $(git ls-files "*.py")
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
PyYAML
DXEntity
tabulate

0 comments on commit c6a9272

Please sign in to comment.