Skip to content

Commit

Permalink
add virtualenv as asv dep
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Aug 27, 2023
1 parent 03807d5 commit 0f55e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Install build and benchmarking dependencies
run: |
sudo apt-get install libopenblas-dev ninja-build
pip install spin cython asv
pip install spin cython asv virtualenv
- name: Install NumPy
run: |
spin build
Expand Down

0 comments on commit 0f55e24

Please sign in to comment.