Skip to content

Commit

Permalink
Adds required imports to run pylint automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
duckduckgrayduck authored Dec 2, 2023
1 parent 8950f27 commit c9ab123
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.8


- name: Install dependencies for imports
run: |
pip install python-dateutil requests urllib3 fastjsonschema ratelimit listcrunch
- name: Install pylint and black
run: |
pip install pylint black
Expand Down

0 comments on commit c9ab123

Please sign in to comment.