Skip to content

PyBMFT will be skipped if the marsh is discovered to have drowned. Ca… #47

PyBMFT will be skipped if the marsh is discovered to have drowned. Ca…

PyBMFT will be skipped if the marsh is discovered to have drowned. Ca… #47

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash -l {0}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
miniforge-version: latest
- name: Install nox
run: |
pip install nox
- name: Test
run: |
nox -s test
# - name: Test Notebooks
# run: |
# nox -s test-notebooks