Skip to content

Commit

Permalink
Added test-requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Attumm committed May 13, 2024
1 parent 205be4f commit 37f0566
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
run: |
pip install --upgrade pip setuptools
pip install -r requirements.txt
- name: Install test dependencies
run: |
pip install -r test-requirements.txt
- name: Run Pylama
run: |
pylama * -i E501
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pylama==8.4.1

0 comments on commit 37f0566

Please sign in to comment.