Skip to content

Commit

Permalink
CI: Apply previous fixes to benchmark workflow too
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree committed Sep 18, 2024
1 parent 5c4c1d3 commit 8c2bfc2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,17 @@ jobs:

steps:
# We need the full repo
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"

- name: Install dependencies
run: |
sudo apt-get install libhdf5-serial-dev
python -m pip install --upgrade pip setuptools wheel
python -m pip install asv virtualenv
Expand Down

0 comments on commit 8c2bfc2

Please sign in to comment.