Skip to content

Commit

Permalink
split out dev package requirements and adjust CI accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
jurraca committed Dec 12, 2024
1 parent 7c67bb7 commit 3e6a742
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Run Pylint
run: |
Expand Down
3 changes: 3 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-r requirements.txt
pylint==3.3.1
pytest==8.3.3

0 comments on commit 3e6a742

Please sign in to comment.