Skip to content

Commit

Permalink
Debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Dec 12, 2024
1 parent b867ddd commit 2933bcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ jobs:
run: uv venv --python ${{ matrix.python }}
- name: Install our package in editable mode
run: uv sync --all-extras
- run: ulimit -c unlimited
- name: Run integration tests
# 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') }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

0 comments on commit 2933bcc

Please sign in to comment.