Skip to content

Commit

Permalink
chore: Install seaborn when running remote benchmark (#21168)
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite authored Feb 10, 2025
1 parent d15bfe5 commit 495466f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmark-remote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
working-directory: py-polars
run: |
"$HOME/py-polars-cache/add-data.py" "$PWD/polars" < ./benchmark-results
pip install seaborn
"$HOME/py-polars-cache/create-plots.py"
touch "$HOME/py-polars-cache/upload-probe"
"$HOME/py-polars-cache/cache-build.sh" "$PWD/polars"

0 comments on commit 495466f

Please sign in to comment.