Skip to content

Commit 330b9f2

Browse files
committed
Update .github/workflows/periodic_benchmarks.yml
1 parent 9cf12a6 commit 330b9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/periodic_benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sudo apt install gfortran gcc libopenblas-dev
3131
- name: Install python dependencies
3232
run: |
33-
python -m pip install --upgrade pip wheel setuptools virtualenv asv wget cmake casadi numpy "tox<4" build
33+
python -m pip install --upgrade pip wheel setuptools virtualenv asv wget cmake casadi numpy
3434
- name: Install SuiteSparse and Sundials
3535
run: python scripts/install_KLU_Sundials.py
3636
- name: Run benchmarks

0 commit comments

Comments
 (0)