Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaspear committed Feb 21, 2024
1 parent d0cad44 commit df1de02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,21 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install numpy Cython pytest-cov
pip install -r requirements.txt
pip install .
- name: Install dependencies for macOS
if: ${{ matrix.os == 'macos-latest' }}
run: |
python -m pip install --upgrade pip
pip install numpy Cython pytest-cov
pip install -r requirements.txt
pip install .
- name: Install dependencies for ubuntu
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
python -m pip install --upgrade pip
pip install numpy Cython pytest-cov
pip install -r requirements.txt
pip install .
- name: Unit tests
run: |
Expand Down

0 comments on commit df1de02

Please sign in to comment.