Skip to content

Commit e565f1d

Browse files
franciscojavierarceoclaude
authored andcommitted
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> Signed-off-by: Shizoqua <hr.lanreshittu@gmail.com>
1 parent f752488 commit e565f1d

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)