Skip to content

Commit

Permalink
now also add packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Aug 27, 2023
1 parent 0f55e24 commit b3aaff7
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 virtualenv
pip install spin cython asv virtualenv packaging
- name: Install NumPy
run: |
spin build
Expand Down

0 comments on commit b3aaff7

Please sign in to comment.