Skip to content

Commit

Permalink
run pytest from venv
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Dec 11, 2024
1 parent 820acac commit f9cef6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Build package
run: uv run -m mlflow_go.lib -- . .
- name: run pytest
run: uv run pytest -sv --debug --log-cli-level=DEBUG --confcutdir=. -k "not [file" .mlflow.repo/tests/tracking/test_model_registry.py ; echo $?
run: .venv/bin/pytest -sv --debug --log-cli-level=DEBUG --confcutdir=. -k "not [file" .mlflow.repo/tests/tracking/test_model_registry.py ; echo $?
env:
MLFLOW_GO_LIBRARY_PATH: ${{ github.workspace }}
PYTHONLOGGING: DEBUG
Expand Down

0 comments on commit f9cef6b

Please sign in to comment.