Skip to content

Commit

Permalink
Requirements.txt (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x9900 authored Apr 19, 2024
1 parent 0a7fa7b commit 0d73e90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint isort flake8
pip install -r requirements.txt
- name: Lint check
continue-on-error: false
run: |
Expand Down

0 comments on commit 0d73e90

Please sign in to comment.