Skip to content

Remove an abstract Grid from test_grids.py #18

Remove an abstract Grid from test_grids.py

Remove an abstract Grid from test_grids.py #18

Workflow file for this run

name: ARMI Windows tests
on: [push, pull_request]
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: Install deps
run: python -m pip install tox tox-gh-actions
- name: Run Tox
run: tox -e test