Skip to content

Commit

Permalink
Add numpy install to build
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Jul 2, 2021
1 parent 5bc93ef commit 56ac181
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 56ac181

Please sign in to comment.