Skip to content

Commit

Permalink
moving requirements for testing to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
blackms committed Sep 16, 2024
1 parent d2b1fd9 commit df6a4b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
python-version: '3.x'

- name: Install dependencies
run: |
pip install -r requirements.txt
pip install pytest pytest-cov
run: pip install -r requirements.txt

- name: Run tests
run: pytest --cov=src --cov-report=term-missing
run: pytest
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ regex==2024.7.24
reportlab==4.2.2
selenium==4.9.1
webdriver-manager==4.0.2
pytest
pytest-mock
pytest-cov

0 comments on commit df6a4b6

Please sign in to comment.