Skip to content

Commit

Permalink
Removed unncessary dependencies in dev req file
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjanag committed Jan 31, 2024
1 parent b563265 commit ec1fd57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov psutil -e ".[all]"
pip install -e ".[all]"
pip install -r requirements-dev.txt
shell: bash
- name: Test with coverage
run: pytest --verbose --cov=src/cleanvision/ --cov-config .coveragerc --cov-report=xml tests/
Expand Down
3 changes: 0 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ mypy
pre-commit
pytest
pytest-cov
pytest-lazy-fixture
datasets>=2.7.0
torchvision>=0.12.0
black
build
flake8
Expand Down

0 comments on commit ec1fd57

Please sign in to comment.