Skip to content

Commit

Permalink
Merge 27b4470 into 5675c8b
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Feb 27, 2023
2 parents 5675c8b + 27b4470 commit 762a596
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
os: ["ubuntu-latest", "windows-latest"]
os: ["macos-latest", "ubuntu-latest", "windows-latest"]
numpy_ver: ["latest"]
include:
- python-version: "3.8"
Expand All @@ -28,6 +28,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Reinstall fortran on MacOS
if: ${{ matrix.os == 'macos-latest' }}
run: brew reinstall gcc

- name: Install requirements for testing setup
run: |
python -m pip install --upgrade pip
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
* Add manual GitHub Actions tests for optional dependencies
* Remove optional dependencies in readthedocs requirements
* Add tests for NEP 29 testing
* Add tests for Mac OS

## [0.3.3] - 2022-09-06
* Documentation Updates
Expand Down

0 comments on commit 762a596

Please sign in to comment.