Skip to content

Commit

Permalink
fix mypy command using -p flag
Browse files Browse the repository at this point in the history
  • Loading branch information
axiomofjoy committed Oct 1, 2024
1 parent 3cf50ab commit 517e235
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- run: uv pip list
- run: uv run ruff format --diff .
- run: uv run ruff check --no-fix .
- run: uv run mypy src/phoenix/evals
- run: uv run mypy -p phoenix.evals
- run: uv run pytest -n auto -x -ra tests
timeout-minutes: 15

Expand All @@ -97,7 +97,7 @@ jobs:
- run: uv sync --extra test
- run: uv run ruff format --diff .
- run: uv run ruff check --no-fix .
- run: uv run mypy src/phoenix/otel
- run: uv run mypy -p phoenix.otel
- run: uv run pytest -n auto -x -ra tests
timeout-minutes: 15

Expand Down
176 changes: 176 additions & 0 deletions packages/phoenix-otel/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 517e235

Please sign in to comment.