Skip to content

Commit

Permalink
fix: add requirements to installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Wazzabeee committed Apr 20, 2024
1 parent 1ef607e commit 8324f61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install pre-commit
run: pip install pre-commit pylint
- name: Install pre-commit & requirements
run: |
pip install pre-commit pylint
pip install -r requirements.txt
- name: Run pre-commit
run: pre-commit run --all-files

0 comments on commit 8324f61

Please sign in to comment.