diff --git a/.github/workflows/ubuntu_numpy.yml b/.github/workflows/ubuntu_numpy.yml index 71cc28c..7c4eba7 100644 --- a/.github/workflows/ubuntu_numpy.yml +++ b/.github/workflows/ubuntu_numpy.yml @@ -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