Skip to content

Commit

Permalink
Merge pull request #43 from jurraca/dev-requirements
Browse files Browse the repository at this point in the history
split out dev package requirements and adjust CI accordingly
  • Loading branch information
fjahr authored Jan 5, 2025
2 parents b5dda3b + 3e6a742 commit 00185e1
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 00185e1

Please sign in to comment.