From 56ac1812d77862c726cc27cad295e7eb46e9bd7d Mon Sep 17 00:00:00 2001 From: William Ayd Date: Fri, 2 Jul 2021 12:38:54 -0700 Subject: [PATCH] Add numpy install to build --- .github/workflows/pythonpublish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 86c14668..14693420 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -25,7 +25,7 @@ jobs: mkdir temp cd temp python -m pip install --upgrade pip - python -m pip install pandas tableauhyperapi pytest # TODO: only pytest + python -m pip install numpy pandas tableauhyperapi pytest # TODO: only pytest python -m pip install pantab --no-index -f ../wheelhouse python -c "import pantab; pantab.test()" cd .. @@ -49,7 +49,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install setuptools wheel tableauhyperapi + python -m pip install setuptools wheel tableauhyperapi numpy - name: Build wheels run: | python setup.py bdist_wheel @@ -81,7 +81,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install setuptools wheel tableauhyperapi + python -m pip install setuptools wheel tableauhyperapi numpy - name: Build wheels run: | python setup.py bdist_wheel