Skip to content

Commit

Permalink
updated requirements;
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Dec 19, 2023
1 parent a396c1e commit ac4ea54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/luxonis-ml-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ jobs:
cache: pip

- name: Install package
run: |
pip install -e .[all]
pip install gdown
run: pip install -e .[dev]

- name: Run pytest
uses: pavelzw/pytest-action@v2
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pre-commit>=3.2.1
pytest-cov>=4.1.0
pytest-md>=0.2.0
gdown>=4.7.1
coverage-badge>=1.1.0

0 comments on commit ac4ea54

Please sign in to comment.