Skip to content

Commit

Permalink
feat: added seperate requirements file for testing and pip
Browse files Browse the repository at this point in the history
  • Loading branch information
iamatulsingh committed Oct 28, 2024
1 parent e0dec56 commit 3e2c2ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install required libraries
run: |
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Run test suite
run: |
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 @@
pytest==7.2.0
setuptools~=67.8.0
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ requests~=2.32.2
beautifulsoup4==4.11.1
pydotmap~=0.1.3
opencv-python~=4.9.0.80
pytest==7.2.0
numpy~=1.24.2

0 comments on commit 3e2c2ec

Please sign in to comment.