Skip to content

Navigation Menu

Sign in
Appearance settings

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

Provide feedback

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

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5096010

Browse filesBrowse files
fix(ci): Use uv run for pytest in master_only benchmark step (#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
Copy full SHA for 5096010

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/master_only.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/master_only.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.