Skip to content

Commit

Permalink
Merge pull request #17 from eliashaeussler/task/dev-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler authored Sep 13, 2024
2 parents f2d7978 + 3e0f048 commit 4b9cc53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cgl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

# Install dependencies
- name: Install dependencies
run: pip install -r requirements.txt
run: pip install -r requirements.txt -r requirements-dev.txt

# Linting
- name: Lint Editorconfig
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
editorconfig-checker >=3.0.3, <3.1
pylint >= 3.2.5, < 4.0
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
editorconfig-checker >=3.0.3, <3.1
prometheus_client >= 0.20.0, < 0.21
pylint >= 3.2.5, < 4.0
requests >= 2.32.2, < 3.0

0 comments on commit 4b9cc53

Please sign in to comment.