Skip to content

Commit

Permalink
add optional install of numpy_financial to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed May 20, 2024
1 parent b8fe4d6 commit 5532396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu_numpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install setuptools codecov pytest pytest-cov coverage numpy
- name: Install financial
- if: ${{ matrix.with_financial }}
run: |
python -m pip install numpy_financial
run: python -m pip install numpy_financial
- name: Install this package
python -m pip install .
- name: Test with pytest
Expand Down

0 comments on commit 5532396

Please sign in to comment.