Skip to content

Commit

Permalink
Move flake8 and pytest into requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tomb7890 committed Sep 4, 2024
1 parent 1d3ab66 commit 257a303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
source .venv/bin/activate
pip install -r requirements.txt
pip install flake8 pytest
- name: Run tests
run: make test
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ requests==2.31.0
tqdm==4.65.0
urllib3==1.26.5
lxml==4.6.3
flake8==6.1.0
pytest==7.4.0

0 comments on commit 257a303

Please sign in to comment.