Skip to content

Renaming Reactor.moveList to Reactor.moves (#1881) #5522

Renaming Reactor.moveList to Reactor.moves (#1881)

Renaming Reactor.moveList to Reactor.moves (#1881) #5522

Workflow file for this run

name: ARMI Windows tests
permissions:
contents: read
on:
push:
branches:
- main
paths-ignore:
- 'doc/**'
pull_request:
paths-ignore:
- 'doc/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Upgrade PIP
run: python -m pip install --upgrade pip
- name: Run Unit Tests on Windows
run: |
pip install mpi4py==3.1.6
pip install -e .[memprof,mpi,test]
pytest -n 4 armi
- name: Find Test Crumbs
run: python .github/workflows/find_test_crumbs.py