Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Feb 22, 2024
1 parent b650ac6 commit c53f854
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/bench-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3 python3-jinja2 python3-numpy
sudo apt-get install -y \
python3 \
python3-jinja2 \
python3-numpy \
python3-pandas
sudo apt-get install -y gh
- name: Upload benchmarks (dry-run)
if: ${{ github.event.inputs.just-check }}
Expand Down

0 comments on commit c53f854

Please sign in to comment.