Skip to content

Commit

Permalink
Use asv virtualenv extras instead
Browse files Browse the repository at this point in the history
Co-Authored-By: Saransh Chopra <saransh0701@gmail.com>
  • Loading branch information
agriyakhetarpal and Saransh-cpp committed Sep 29, 2023
1 parent e2d9397 commit 04713c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip wheel setuptools virtualenv wget cmake casadi numpy virtualenv packaging
python -m pip install --upgrade pip wheel setuptools wget cmake casadi numpy packaging
python -m pip install asv[virtualenv]
- name: Install SuiteSparse and SUNDIALS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/periodic_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip wheel setuptools virtualenv wget cmake casadi numpy virtualenv packaging
python -m pip install --upgrade pip wheel setuptools wget cmake casadi numpy packaging
python -m pip install asv[virtualenv]
- name: Install SuiteSparse and SUNDIALS
Expand Down

0 comments on commit 04713c6

Please sign in to comment.