Skip to content

Commit

Permalink
ci: Fix Python deps installation in remote-benchmark workflow (#20619)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Jan 8, 2025
1 parent bd4dd65 commit bac5f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# doesn't have an up-to-date typing-extensions, see
# https://github.com/astral-sh/uv/issues/6028#issuecomment-2287232150
uv pip install -U typing-extensions
uv pip install --compile-bytecode -r requirements-dev.txt -r requirements-ci.txt --verbose
uv pip install --compile-bytecode -r requirements-dev.txt -r requirements-ci.txt --verbose --index-strategy=unsafe-best-match
- name: Install Polars-Benchmark dependencies
working-directory: polars-benchmark
Expand Down

0 comments on commit bac5f44

Please sign in to comment.