Skip to content

Commit

Permalink
include package in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Oct 28, 2024
1 parent 4ccda58 commit 7c0a8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python -m pip install wheel setuptools
python -m pip install mako
python -m pip install numpy==1.*
python -m pip install scipy matplotlib docutils pytest sphinx bumps unittest-xml-reporting tinycc
python -m pip install scipy matplotlib docutils pytest sphinx bumps unittest-xml-reporting tinycc siphash
- name: setup pyopencl on Linux + macOS
if: ${{ matrix.os != 'windows-latest' }}
Expand Down

0 comments on commit 7c0a8b1

Please sign in to comment.