From 7c0a8b1de5210add99cd66318a5bd6f03dc9815f Mon Sep 17 00:00:00 2001 From: krzywon Date: Mon, 28 Oct 2024 13:17:34 -0400 Subject: [PATCH] include package in test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4953c9e4..a6f9119d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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' }}