From 24b7f600f9a45db7d1cf71ba3bc51be49c7e4c31 Mon Sep 17 00:00:00 2001 From: krzywon Date: Mon, 28 Oct 2024 13:20:11 -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 a6f9119d..93efd073 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 siphash + python -m pip install scipy matplotlib docutils pytest sphinx bumps unittest-xml-reporting tinycc siphash24 - name: setup pyopencl on Linux + macOS if: ${{ matrix.os != 'windows-latest' }}