Skip to content

Commit

Permalink
Merge pull request #53 from jdtuck/jdtuck-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed May 26, 2024
2 parents fcd6422 + fd1caba commit 4159da4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
Expand All @@ -36,7 +36,7 @@ jobs:
- if: runner.os == 'macOS'
run: |
python -m pip install --upgrade pip
pip install mkl-devel
brew install openblas
- name: Install python dependencies
run: |
python -m pip install flake8 setuptools pytest pytest-runner coverage pytest-cov
Expand All @@ -51,10 +51,6 @@ jobs:
name: Test with pytest
run: |
python setup.py pytest --addopts "test --cov app"
- if: runner.os == 'macOS'
name: Test with pytest
run: |
python setup.py pytest --addopts "test"
- if: runner.os == 'Windows'
name: Build
run: |
Expand Down

0 comments on commit 4159da4

Please sign in to comment.