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 98718e3 commit b8fe4d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu_numpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
python -m pip install --upgrade pip
python -m pip install setuptools codecov pytest pytest-cov coverage numpy
- 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 b8fe4d6

Please sign in to comment.