Skip to content

Commit

Permalink
Run pytest directly again
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Dec 11, 2024
1 parent 5d4be2d commit 2431c6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ jobs:
- name: Install our package in editable mode
run: uv sync --all-extras
- name: Run integration tests
run: mage test:python
# run: mage test:python
run: .venv/bin/pytest --log-cli-level=DEBUG --confcutdir=. -k "not [file" -p no:warnings .mlflow.repo/tests/tracking/test_rest_tracking.py .mlflow.repo/tests/tracking/test_model_registry.py .mlflow.repo/tests/store/tracking/test_sqlalchemy_store.py .mlflow.repo/tests/store/model_registry/test_sqlalchemy_store.py
if: ${{ !(matrix.python == '3.12' && matrix.runner == 'windows-latest') }}

0 comments on commit 2431c6f

Please sign in to comment.