Skip to content

Commit e5d7a46

Browse files
author
Gerry Manoim
committed
Install numpy first
1 parent 45a92b8 commit e5d7a46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
PYTHONWARNINGS: ignore:DEPRECATION::pip._internal.cli.base_command
4545
run: |
4646
python -m pip install --upgrade pip
47-
pip install pandas==${{ matrix.pandas }} numpy==${{ matrix.numpy }} scipy==${{ matrix.scipy }} statsmodels==${{ matrix.statsmodels}}
47+
pip install numpy==${{ matrix.numpy }}
48+
pip install pandas==${{ matrix.pandas }} scipy==${{ matrix.scipy }} statsmodels==${{ matrix.statsmodels}}
4849
pip install -e .[test]
4950
- name: Lint with flake8
5051
run: |

0 commit comments

Comments
 (0)