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 f84958d commit 8fe9e33
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,8 +27,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install setuptools codecov pytest pytest-cov coverage numpy
- if ${{ matrix.with_financial == "1" }}
run: python -m pip install numpy_financial
- if ${{ matrix.with_financial == "1" }}:
run: python -m pip install numpy_financial
- name: Install this package
run: |
python -m pip install .
Expand Down

0 comments on commit 8fe9e33

Please sign in to comment.