Skip to content

Commit

Permalink
try to fix GitHub workflow
Browse files Browse the repository at this point in the history
Change-Id: I9024fb0151603a7454fc8b8cfc82cf3c4f36ee2b
  • Loading branch information
garymm committed Dec 23, 2024
1 parent 5864abe commit bffa4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
enable-cache: true
- name: pytest
run: uv run --extra test pytest --capture=no --verbose --cov --cov-report=xml --ignore-glob='jax_loop_utils/metric_writers/tf/*' --ignore-glob='jax_loop_utils/metric_writers/torch/*' --ignore-glob='jax_loop_utils/metric_writers/mlflow/*' jax_loop_utils/
run: uv run --extra test pytest --capture=no --verbose --cov --cov-report=xml --ignore-glob='jax_loop_utils/metric_writers/tf/*' --ignore-glob='jax_loop_utils/metric_writers/torch/*' --ignore-glob='jax_loop_utils/metric_writers/mlflow/*' --ignore-glob='jax_loop_utils/metric_writers/_audio_video/*' jax_loop_utils/
working-directory: src
- name: pytest tensorflow
run: uv run --extra test --extra tensorflow pytest --capture=no --verbose --cov --cov-report=xml --cov-append jax_loop_utils/metric_writers/tf
Expand All @@ -25,7 +25,7 @@ jobs:
run: uv run --extra test --extra torch pytest --capture=no --verbose --cov --cov-report=xml --cov-append jax_loop_utils/metric_writers/torch
working-directory: src
- name: pytest mlflow
run: uv run --extra test --extra mlflow pytest --capture=no --verbose --cov --cov-report=xml --cov-append jax_loop_utils/metric_writers/mlflow
run: uv run --extra test --extra mlflow --extra audio-videopytest --capture=no --verbose --cov --cov-report=xml --cov-append jax_loop_utils/metric_writers/mlflow
working-directory: src
- name: Upload coverage reports to Codecov
if: always()
Expand Down

0 comments on commit bffa4e6

Please sign in to comment.