Skip to content

Commit

Permalink
Adding MacOS unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Apr 30, 2024
1 parent dd19c73 commit 8dfd993
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ARMI Windows tests
name: ARMI Non-Linux Tests

on:
push:
Expand All @@ -9,9 +9,11 @@ on:
- 'doc/**'

jobs:
build:

runs-on: windows-2022
example_matrix:
strategy:
matrix:
os: [windows-2022, macos-12]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
Expand All @@ -21,7 +23,7 @@ jobs:
python-version: '3.11'
- name: Upgrade PIP
run: python -m pip install --upgrade pip
- name: Run Unit Tests on Windows
- name: Run Unit Tests
run: |
pip install -e .[memprof,mpi,test]
pytest -n 4 armi
Expand Down

0 comments on commit 8dfd993

Please sign in to comment.