← 返回首页
fix(ci): Use uv run for pytest in master_only benchmark step (#5957) · Shizoqua/feast@5096010 · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit 5096010

Browse files
fix(ci): Use uv run for pytest in master_only benchmark step (feast-dev#5957)
The benchmark step was calling pytest directly instead of using uv run, which would fail since dependencies are installed in the uv-managed virtual environment. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 455d56c commit 5096010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/master_only.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
SNOWFLAKE_CI_PASSWORD: ${{ secrets.SNOWFLAKE_CI_PASSWORD }}
7979
SNOWFLAKE_CI_ROLE: ${{ secrets.SNOWFLAKE_CI_ROLE }}
8080
SNOWFLAKE_CI_WAREHOUSE: ${{ secrets.SNOWFLAKE_CI_WAREHOUSE }}
81-
run: pytest --verbose --color=yes sdk/python/tests --integration --benchmark --benchmark-autosave --benchmark-save-data --durations=5
81+
run: uv run pytest --verbose --color=yes sdk/python/tests --integration --benchmark --benchmark-autosave --benchmark-save-data --durations=5
8282
- name: Upload Benchmark Artifact to S3
8383
run: aws s3 cp --recursive .benchmarks s3://feast-ci-pytest-benchmark
8484
- name: Minimize uv cache

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.