Skip to content

Commit

Permalink
add 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 366028e commit 703b896
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu_numpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -26,6 +27,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install setuptools codecov pytest pytest-cov coverage numpy numpy_financial
- name: Install this package
run: |
python -m pip install .
- name: Test with pytest
run: |
Expand Down

0 comments on commit 703b896

Please sign in to comment.