Skip to content

Commit

Permalink
Install numpy first
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerry Manoim committed Mar 10, 2020
1 parent 45a92b8 commit e5d7a46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
PYTHONWARNINGS: ignore:DEPRECATION::pip._internal.cli.base_command
run: |
python -m pip install --upgrade pip
pip install pandas==${{ matrix.pandas }} numpy==${{ matrix.numpy }} scipy==${{ matrix.scipy }} statsmodels==${{ matrix.statsmodels}}
pip install numpy==${{ matrix.numpy }}
pip install pandas==${{ matrix.pandas }} scipy==${{ matrix.scipy }} statsmodels==${{ matrix.statsmodels}}
pip install -e .[test]
- name: Lint with flake8
run: |
Expand Down

0 comments on commit e5d7a46

Please sign in to comment.