Skip to content

Commit

Permalink
Update requirements-tests.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtacles committed Oct 17, 2024
1 parent a4f20c9 commit a080aaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install python libraries
shell: bash
run: |
pip install black==23.* pylint==3.2.7 -r requirements.txt -r requirements-tests.txt
pip install -r requirements.txt -r requirements-tests.txt
- name: Run pylint and black
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
pytest==7.*
black==23.*
pylint==3.2.7

0 comments on commit a080aaf

Please sign in to comment.