Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Jan 17, 2025
1 parent dbd9651 commit a781687
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
ROBOFLOW_API_KEY: ${{ secrets.ROBOFLOW_API_KEY }}
LUXONISML_BUCKET: luxonis-test-bucket
run:
pytest --cov --junitxml=junit.xml -o junit_family=legacy -n auto -vv
pytest --cov --junitxml=junit.xml -o junit_family=legacy -n auto -vv -x

- name: Upload test results to Codecov
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8'
Expand Down
4 changes: 4 additions & 0 deletions luxonis_ml/utils/requirements-fsspec.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# The following packages are installed dynamically when required
s3fs>=2023.3.0
gcsfs>=2023.3.0
mlflow>=2.10.0
4 changes: 0 additions & 4 deletions luxonis_ml/utils/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@ fsspec>=2023.3.0
rich>=13.6.0
typer>=0.12.0
typeguard>=4.1.0
# The following packages are installed dynamically when required
# s3fs>=2023.3.0
# gcsfs>=2023.3.0
# mlflow>=2.10.0
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ file = [
file = [
"luxonis_ml/data/requirements.txt",
"luxonis_ml/utils/requirements.txt",
"luxonis_ml/utils/requirements-fsspec.txt",
"luxonis_ml/tracker/requirements.txt",
"luxonis_ml/embeddings/requirements.txt",
"luxonis_ml/nn_archive/requirements.txt",
Expand Down

0 comments on commit a781687

Please sign in to comment.